macOS / binaries /

dc

/usr/bin/dc
An arbitrary precision calculator

dc is an arbitrary-precision calculator. It uses a stack (reverse Polish notation) to store numbers and results of computations. Arithmetic operations pop arguments off of the stack and push the results.

source: man