Arbitrary precision calculator language for mathematical computations
Arbitrary precision numeric processing language
bc
$ echo '10 / 3' | bc -l
$ echo 'scale=2; 22 / 7' | bc
$ echo 's(1)' | bc -l