'Cause sometimes the Windows Calculator just isn't good enough
EnderCalc is a fast, powerful, arbitrary precision, text-driven scientific calculator written in (almost) pure C99. It supports basic arithmetic, logarithms and roots, trigonometric functions, hyperbolic functions, statistics functions, and much more (a full reference is available in reference.pdf).
Please see the releases section for x64 Windows binaries or DEB packages.
To build on Linux:
make
(has libedit-dev
as a dependency, run sudo apt install libedit-dev
first)
Please see reference.pdf, shipped with EnderCalc, for user-facing documentation.
For a whirlwind introduction to how EnderCalc works internally, have a look at DEVDOCS.md.
GNU General Public License, version 3
- libbf 20200119 by Fabrice Bellard
- WinEditLine 2.206 by Paolo Tosco
- minIni 1.2b by Thiadmer Riemersma