mirror of https://gitlab.com/rnger/amath
Simple command line calculator
https://amath.innolan.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
arexx | 2 years ago | |
bin | 2 years ago | |
build | 2 years ago | |
catalog/english | 2 years ago | |
script | 8 years ago | |
src | 2 years ago | |
text | 2 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 2 years ago | |
HISTORY | 2 years ago | |
LICENSE | 2 years ago | |
README | 5 years ago | |
README.md | 5 years ago | |
amath.1 | 2 years ago | |
amath.doxygen | 2 years ago | |
builddeb | 2 years ago | |
builddebdev | 2 years ago | |
builddist | 2 years ago | |
buildsrc | 2 years ago | |
buildwin | 2 years ago | |
configure | 2 years ago |
README.md
Features
- Case sensitive command line interface
- Native IEEE 754 with 15 significant digits
- Calculations with real and complex numbers
- Variables and user defined functions
- Logarithmic and exponential functions
- Trigonometric and hyperbolic functions
- Mathematical constants and rounding functions
- Disk functions to load, save and view content
- Comprehensive and easy to use built-in help
- Full multi-lingual locale support
- Freely distributable sources
Install by copying the desired amath binary to C: or any other appropriate location.
Example of usage
Open amath in its own window:
> amath
Do a calculation in shell:
> amath 1.2+1.4
Get an interactive prompt in shell:
> amath shell
Show version string:
> amath version
Run regression tests:
> amath --test