Releases: antoniojkim/CalcPlusPlus
October 2020 Release
Added Homebrew cask tarbell.
New Features in the Calculator:
- integrals can now be numerically computed with limits to infinity (e.g.
integral(1/x, 1, inf)
)
September 2020 Release
September release. This time added a Mac OS binary.
August 2020 Release
v0.2 Documented basic math functionality
July 2020 Release
Adds some new user-facing functionality.
Complete overhaul of function dispatch system as well as a complete redesign of the parsing algorithm. Now uses an elegant modification of the Shunting-Yard algorithm that creates a stack per context instead of having only a single global stack.
See CalcPlusPlus.zip
for the windows binary.
See CalcPlusPlus.tar.gz
for the linux binary.
First Official Release
First official release. Most of the anticipated functionality has been implemented and thoroughly tested.
For Linux: calcplusplus.tar.gz
For Windows : CalcPlusPlus.zip
Initial Bare Bones Linux Release
Absolute bare bones initial test release. Supports basic operations, a basic trig and exponential function evaluation. Also implements basic matrix and stat calculations.
Also, minimalistic UI.
For the Linux binary, download the .tar.gz file.
For the Windows binary, download the .zip file