Editor: Wcalc is a very capable calculator. It supports abitrary precision, has standard functions (sin, asin, and sinh for example, in either radians or degrees), many pre-defined constants (pi, e, c, etc.), support for using variables, "active" variables, a command History, hex/octal/binary input and output, unit conversions, embedded comments, and an expandable expression entry field. It evaluates expressions using the standard order of operations.
Wcalc uses intuitive expressions and implicit multiplication. For example, Wcalc will evaluate: 5sin 4!-7*2(4%6)^2 to be -221.96631678. Wcalc will also Understand basic UTF-8 entities, and so will evaluate √7×2÷π−ε0×σ+α+γ+R∞×Mτ-Φ0 to be 2.26885
Wcalc also comes in a command-line version that works on most (if not all) forms of Unix (including Linux and BSD). To support arbitrary precision, Wcalc relies on the GMP and MPFR libraries. In the MacOSX release, these are compiled-in, so you shouldn't have to install them yourself. NOTE: GMP prior to 4.2 comes with a broken version of MPFR. You have to install a real (aka. recent) version of MPFR for Wcalc to work.