• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/flexcat/H06-Aug-2018-7,3465,119

catalog/english/H06-Aug-2018-412412

script/H06-Aug-2018-9383

src/H06-Aug-2018-43,32023,063

text/H06-Aug-2018-844814

HISTORYH A D06-Aug-20185.5 KiB186158

LICENSEH A D06-Aug-20181.4 KiB2721

READMEH A D06-Aug-2018678 3023

amath.1H A D06-Aug-20187.1 KiB214192

builddistH A D06-Aug-20181.6 KiB7052

buildwinH A D06-Aug-20181 KiB4823

configureH A D03-May-202228.9 KiB1,2931,169

README

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