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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Calc!