
MaxCalc
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MaxCalc is a powerful and simple to use scientific calculator which evaluates expressions typed from the keyboard.
It is free and open source software and is distributed under GPL license. MaxCalc has console and graphical (based on Qt4 library) versions and available for Windows and Linux.
Features:
* Calculates mathematical expressions typed from the keyboard.
* High precision of calculations (up to 50 digits).
* Wide collection of built-in functions.
* Complex numbers support.
* Unit conversions support.
* Graphical and command line versions for Windows and Linux are available.
Strahlex
8 years ago
Report
mishamax
8 years ago
Report
Strahlex
8 years ago
Report
mishamax
8 years ago
Report
mishamax
8 years ago
You can look at /src/engine/BigDecimal class in MaxCalc - it is a C++ wrapper around decNumber which implements a lot of functions and operations.
Report