calculator specifically for programmers
An all purpose scientific calculator, made with programmers in mind.
Important Features:
- Supports the rich expression format, which usually is generally identical in order to what you would enter your programming language.
-- Support for adding limitless numbers of variables or even variable expressions.
- Built-in debugger that lets you see the expression simplified step by step.
- Debugger Back-step lets you backup as many steps as you like so that you can replay critical operations.
- C/C operator precedence
- Mouse optional, all calculator commands and functions can be done making use of the keyboard alone.
: Mini-Calc Mode lets your own calculator take up extremely little screen real property, and yet remain completely usable.
- Running document tape(s) (1 per calculator) for calculations, allows observation, and is stored in between runs.
- Built-in Ascii chart makes it simple to look up also invisible characters.
- View results in big endian (default) or little endian.
- Numerous built-in unit conversions (memory sizes, lengths, areas, volumes, temperatures etc. )
- Built-in great circle route and straight line distance calculators.
Input/Output Formats:
- Binary, Octal, Decimal, Hexadecimal, Booleans, Characters, UTF-8 and UTF-16 (out only)
- Convert automatically between these types in your expression with the key pad, a button, or even a contextual menu.
- 64 plus 32 bit floating stage Hex
Operators and Features:
- Standard: Addition, Subtraction, Multiplication, Division, Modulus, Strength, Square Root, e elevated to x, natural plus 10 based logarithms
: Grouping: Parenthesis
- Factors: Previous Answer
- Bitwise: complement, and, or, xor, shift left, shift right
- Comparators: equals, less than, greater than, less than or equal, higher than or the same
-- Logical: and, or, and not
- Trigonometric: Sin, Cos, Tan, ( hyperbolics), Arc-Sine, Arc-Cosine, Arc-Tangent, Degs to Rads, Rads to Degs
- Other: Min, Max, Round, Ceiling, Flooring, Absolute Value, Sign
Constants:
- e and Professional indemnity
|