bc

An arbitrary precision calculator language. See also: dc. More information: https://manned.org/man/bc.1.

bc

bc --mathlib

echo '5 / 3' | bc

bc path/to/script.bc

echo 'scale = 10; 5 / 3' | bc

echo 's|c|a|l|e(1)' | bc --mathlib