The world may not have needed yet another calculator, but I wrote this while playing with the parsing library in Boost, and maybe some people will find it useful. PlainCalc is a buttonless, algebraic-entry, mathematical calculator with variables and functions. To use PlainCalc, type an expression or assignment and press Return or Enter. Unlike most calculators I've seen, PlainCalc allows you to indicate multiplication by juxtaposition, e.g., you can write 2π instead of 2*π.

screen shot

As of version 2.5, PlainCalc is on the Mac App Store. Read the online help for details. This version requires macOS 13.7 or later.

Version 3.0 changes:

Version 2.5 changes:

Version 2.3 changes:

Version 2.3.1 changes:

Version 2.4 changes:

The source code for PlainCalc is available under the zlib/libPNG public license at GitHub.