spigot

Streaming exact real calculator for arbitrary precision arithmetic

brewmacoslinux
Try with needOr install directly
Source

About

Command-line streaming exact real calculator

Commands

spigot

Examples

Calculate pi to 100 decimal places$ spigot -p 100 'pi'
Perform high-precision arithmetic with square root$ spigot 'sqrt(2)'
Evaluate complex mathematical expression with multiple operations$ spigot 'sin(pi/4) + cos(pi/3)'