calc

Arbitrary precision calculator for complex mathematical computations

brewmacoslinux
Try with needOr install directly
Source

About

Arbitrary precision calculator

Commands

calc

Examples

Basic arithmetic with arbitrary precision$ calc '2^100'
Calculate trigonometric functions$ calc 'sin(1)'
Perform calculations with variables$ calc 'x=5; x*x + 2*x + 1'