Skip to content

Releases: antoniojkim/CalcPlusPlus

October 2020 Release

30 Sep 02:51
Compare
Choose a tag to compare

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

03 Sep 20:55
Compare
Choose a tag to compare

September release. This time added a Mac OS binary.

August 2020 Release

31 Aug 15:21
Compare
Choose a tag to compare
v0.2

Documented basic math functionality

July 2020 Release

22 Jul 15:34
Compare
Choose a tag to compare

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

28 Apr 20:42
Compare
Choose a tag to compare

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

05 Apr 00:01
Compare
Choose a tag to compare
Pre-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