POSIX bc and dc calculator with GNU and BSD extensions
Implementation of Unix dc and POSIX bc with GNU and BSD extensions
bc
dc
$ echo '2 + 2' | bc
$ echo 'scale=2; 10 / 3' | bc
$ echo '2 3 + p' | dc