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

40 lines
1.1 KiB
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:
> amath-test test
2015-03-08 23:28:11 +01:00
2015-03-24 01:03:17 +01:00
Load amath into memory:
> resident amath pure
2015-03-24 00:22:55 +01:00
2015-04-14 18:52:44 +02:00
Get more details on usage by visiting the amath [wiki](https://github.com/llsth/amath/wiki).
Download latest stable release [amath-1.5.7](https://github.com/llsth/amath/releases/tag/v1.5.7)