Simple command line calculator https://amath.innolan.net
Go to file
llsth 9c8e908629 Build distribution for m68k AmigaOS 2015-04-13 00:07:09 +02:00
arc Included copy/past in Window 2015-04-12 17:24:13 +02:00
def Minor fixes 2015-04-13 00:05:17 +02:00
io Fixed typo 2015-03-22 15:59:34 +01:00
lib Fixed read of wrong address 2015-04-13 00:04:31 +02:00
libc Initial commit 2015-03-08 23:14:50 +01:00
libm Fixed wrongly applied MorphOS patch 2015-04-12 12:33:25 +02:00
main Initial commit 2015-03-08 23:14:50 +01:00
prog Minor fixes 2015-04-13 00:05:17 +02:00
script Added missing files 2015-03-08 23:28:11 +01:00
.gitignore Updated makefile policy 2015-04-12 17:34:27 +02:00
COPYRIGHT Included MorphOS patch 2015-03-26 12:49:27 +01:00
HISTORY Updated HISTORY 2015-04-13 00:05:38 +02:00
LICENSE Copyright info 2015-03-22 11:50:01 +01:00
README.md Update README.md 2015-04-10 23:54:58 +02:00
builddist.sh Build distribution for m68k AmigaOS 2015-04-13 00:07:09 +02:00
configure Added support for cross compilation 2015-04-13 00:06:26 +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
  • Optimized 68000, 68020, 68040 and FPU versions
  • Freely distributable sources (BSD license)

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 test

Load amath into memory:
> resident amath pure

Get more details on usage by visiting the amath wiki.

Download latest stable release amath-1.5.6 or latest preview (unstable) amath-1.6.0 from github.