expressionCalc is a Mathematical expressionsolver. It has a Java implementation (for cross platform) and a C# implementation (for Windows). Support most of the Mathematical functions including log, sin, a sin etc.
Implemented based on the expression solving technique of BODMAS.
Personal Calculator.NET is a text mode calculator written in the C#.NET programming language, the primary goals of this project being, to create a useful text mode calculator that is robust, extensible, and programmable.