multiplication of floating point numbers in shell script code example
Example: bash multiply float
bc <<< '0.3333*3.33' #Use bc command for multiplyng floats
1.1098
bc <<< '0.3333*3.33' #Use bc command for multiplyng floats
1.1098