We want to do simple mathematics
Use bc command
bc
echo "5.1 * 2" | bc - l > 10.2 echo "scale=10; 1/2" | bc -l > .5000000000