Evaluates complex expressions to several numerical formats.
Expressions are written with C-like or Pascal-like syntax.
The result is calculated on-the-flight while typing, and displayed in decimal, hex, binary, octal and exponential form.
Several C and Pascal operators, mathematical functions and number formats are accepted, including assembly number formats.
An example expression can look like this:
sin(500b+3.e-4)+log(0x4OD)*pi^(4-e)
Suitable not only for programmers !