Audio (92) Datatype (15) Demo (41) Development (239) Document (57) Driver (18) Emulation (59) Game (506) Graphics (208) Library (22) Network (58) Office (21) Utility (245) Video (18)
Total files: 1599
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Features
- 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 builtin help
- Freely distributable sources (BSD license)
Build on AROS
> sh configure --disable-pic
> make static
Usage on AROS
Open amath in its own window:
> amath
Do a calculation in shell:
> amath 1.2+1.4
Get an interactive prompt in shell:
> amath shell
Show version string:
> amath version
Run regression tests:
> amath --test
|