A little calculator for programmers that runs on Windows and Linux, where you type a mathematical expression with a C-like syntax and get the result as a number.
Features
- Supports mathematical expressions with C-like syntax
- Plaintext input with normal functionality like copy/paste
- Starts in less than a second on modern hardware
- Compute multiple expressions using line breaks or commas
- Declare variables with equals symbol (ex: a=2, a*a => 4.0)
- Type hexadecimal numbers with 0x prefix (0x1f => 31.0)
- Type binary numbers with 0b prefix (0b101 => 5.0)
- Support for common functions (sin(pi/2) => 1.0)
- Support for user defined javascript functions in calc.txt
- Compute powers using hat notation (2^3 => 8.0)
- Uses regular 64-bit precision floats
- Cross platform (Requires Java 1.6 or greater)
Follow Calc
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Calc!