mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
a69120c56a
A shell calculator
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
Gexpr is a shell calculator with floating point, standard C functions,
|
|
relational operators, and output in base 2/8/10/16. It is a light alternative
|
|
to bc(1). It can also be used to add floating point math to shell scripts.
|