amath/README.md

33 lines
827 B
Markdown
Raw Permalink Normal View History

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