Simple command line calculator https://amath.innolan.net
Aller au fichier
Carsten Sonne Larsen d4ad72d17f Fix wrong year 2018-08-07 20:32:26 +02:00
.vscode
build/flexcat
catalog/english Update version and help text 2018-08-05 22:38:42 +02:00
script
src Fix wrong year 2018-08-07 20:32:26 +02:00
text Update version and help text 2018-08-05 22:38:42 +02:00
.gitattributes
.gitignore Ignore zip files 2018-08-05 22:33:07 +02:00
HISTORY Fix wrong year 2018-08-07 20:32:26 +02:00
LICENSE
README Update test target 2018-08-05 21:49:00 +02:00
README.md Update test target 2018-08-05 21:49:00 +02:00
amath.1 Update to version 1.8.5 2018-08-07 19:54:19 +02:00
amath.doxygen Update to version 1.8.5 2018-08-07 19:54:19 +02:00
builddeb Update to version 1.8.5 2018-08-07 19:54:19 +02:00
builddebdev Update to version 1.8.5 2018-08-07 19:54:19 +02:00
builddist Update version and help text 2018-08-05 22:38:42 +02:00
buildsrc Update to version 1.8.5 2018-08-07 19:54:19 +02:00
buildwin Update to version 1.8.5 2018-08-07 19:54:19 +02:00
configure Update to version 1.8.5 2018-08-07 19:54:19 +02:00

README.md

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 built-in help
  • Full multi-lingual locale support
  • Freely distributable sources

Install by copying the desired amath binary to C: or any other appropriate location.

Example of usage

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