An arbitrary precision calculator language. See also: dc. More information: https://manned.org/man/bc.1.
dc
bc
bc --mathlib
echo '5 / 3' | bc
bc path/to/script.bc
echo 'scale = 10; 5 / 3' | bc
mathlib
echo 's|c|a|l|e(1)' | bc --mathlib