
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
This is a console styled calculator, which is similar to linux "bc".
It designed to be simple, easy to use and fast. The calculations evaluated with correct precedence, using decimal based numbers with high precision to avoid floating point errors. (The base mathematical functions built on boost c++)
You can use hexadecimal, octal and binary numbers as input or output
The program has many internal functions and loadable functions and you can define new ones (See screenshots for examples)
7 years ago
1.20:
- User can define functions
- TAB completion for functions, outmods and commands
- Possibility to load/store user defined functions from file (*.def)
- Text after the # sing act as comment
- Added fact(x) factorial function
- Qt 5.2.0 complilation fix
7 years ago
1.20:
- User can define functions
- TAB completion for functions, outmods and commands
- Possibility to load/store user defined functions from file (*.def)
- Text after the # sing act as comment
- Added fact(x) factorial function
- Qt 5.2.0 complilation fix
Please login or register to add a comment or rating