amath/README.md

39 lines
1007 B
Markdown
Raw 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
* Optimized 68000, 68020, 68040 and FPU versions
* Freely distributable sources (BSD license)
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:
> amath-test test
2015-03-08 22:28:11 +00:00
2015-03-24 00:03:17 +00:00
Load amath into memory:
> resident amath pure
2015-03-23 23:22:55 +00:00
2015-03-23 23:25:29 +00:00
Get more details on usage by visiting the amath wiki:
* https://github.com/llsth/amath/wiki