1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 10:29:29 +00:00
Files
amath/README.md

33 lines
829 B
Markdown
Raw Normal View History

2015-03-24 01:04:29 +01:00
## Features
2015-03-08 23:28:11 +01:00
2015-03-23 22:55:44 +01:00
* 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
2015-04-08 16:27:35 +02:00
* Full multi-lingual locale support
* Freely distributable sources
2015-03-08 23:28:11 +01:00
2015-03-23 22:55:44 +01:00
Install by copying the desired amath binary to C: or any other appropriate location.
2015-03-24 01:04:29 +01:00
## Example of usage
2015-03-23 22:55:44 +01:00
2015-03-24 01:03:17 +01:00
Open amath in its own window:
> amath
2015-03-23 22:55:44 +01:00
2015-03-24 01:03:17 +01:00
Do a calculation in shell:
> amath 1.2+1.4
2015-03-08 23:28:11 +01:00
2015-03-24 01:03:17 +01:00
Get an interactive prompt in shell:
> amath shell
2015-03-08 23:28:11 +01:00
2015-03-24 01:03:17 +01:00
Show version string:
> amath version
2015-03-08 23:28:11 +01:00
2015-03-24 01:03:17 +01:00
Run regression tests:
2018-08-05 21:49:00 +02:00
> amath --test