1Features
2========
3
4* Case sensitive command line interface
5* Native IEEE 754 with 15 significant digits
6* Calculations with real and complex numbers
7* Variables and user defined functions
8* Logarithmic and exponential functions
9* Trigonometric and hyperbolic functions
10* Mathematical constants and rounding functions
11* Disk functions to load, save and view content
12* Comprehensive and easy to use built-in help
13* Full multi-lingual locale support
14* Freely distributable sources
15
16Example of usage
17================
18
19Get an interactive prompt in shell:
20> amath
21
22Do a calculation in shell:
23> amath 1.2+1.4
24
25Show version string:
26> amath version
27
28Run regression tests:
29> amath --test
30