blob: 305818142288974cb5ab488020fe54796299169b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
A programmer's command line calculator for doing hex/dec/oct/bin math
quickly.
Features:
- Full math parser, parentheses, add, sub, mult, div, exponential
- Automatic conversion between HEX DEC OCT BIN numbers
- Mixing different bases in one expression
- Definable variables
- Math constants (E PI ...)
- Built in math functions (sin/cos/sqrt ...)
|