Simple command line calculator https://amath.innolan.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Carsten Sonne Larsen 811644f4c7
Zero out allocated memory
2 years ago
.vscode ARexx support 2 years ago
arexx ARexx test script 2 years ago
bin Distribution files 2 years ago
build Improved install script 2 years ago
catalog/english Update copyright 2 years ago
script Removed needless delimiters 8 years ago
src Zero out allocated memory 2 years ago
text Update copyright 2 years ago
.gitattributes Cleanup 7 years ago
.gitignore Improved install script 2 years ago
HISTORY Release 1.9.0 2 years ago
LICENSE Update copyright 2 years ago
README Update test target 5 years ago
README.md Update test target 5 years ago
amath.1 Release 1.9.0 2 years ago
amath.doxygen Release 1.9.0 2 years ago
builddeb Release 1.9.0 2 years ago
builddebdev Release 1.9.0 2 years ago
builddist Cleanup after building catalogs 2 years ago
buildsrc Improved install script 2 years ago
buildwin Release 1.9.0 2 years ago
configure Improved install script 2 years ago

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