Bash -Summe -Float -Nummern
bc <<< '0.3333+0.6666' # Get sum of floats in bash
0.99
Armandres
bc <<< '0.3333+0.6666' # Get sum of floats in bash
0.99
bc <<< '0.3333+0.6666' # Get sum of floating points in bash
0.99