Simple command line calculator https://amath.innolan.net
Go to file
llsth a8d783b095 Added missing files 2015-03-08 23:28:11 +01:00
arc Initial commit 2015-03-08 23:14:50 +01:00
def Initial commit 2015-03-08 23:14:50 +01:00
io Initial commit 2015-03-08 23:14:50 +01:00
lib Initial commit 2015-03-08 23:14:50 +01:00
libc Initial commit 2015-03-08 23:14:50 +01:00
libm Initial commit 2015-03-08 23:14:50 +01:00
main Initial commit 2015-03-08 23:14:50 +01:00
prog Initial commit 2015-03-08 23:14:50 +01:00
script Added missing files 2015-03-08 23:28:11 +01:00
HISTORY Added missing files 2015-03-08 23:28:11 +01:00
LICENSE Initial commit 2015-03-08 23:10:50 +01:00
Makefile Initial commit 2015-03-08 23:14:50 +01:00
Makefile.aros Initial commit 2015-03-08 23:14:50 +01:00
Makefile.m68k Added missing files 2015-03-08 23:28:11 +01:00
README.md Added missing files 2015-03-08 23:28:11 +01:00
configure Initial commit 2015-03-08 23:14:50 +01:00

README.md

amath - Simple command line calculator

Usage


Do a calculation:
> amath 1.2+1.4

Get an interactive promt:
> amath shell

Show version string:
> amath version

Run regression test:
> amath test

Open amath in its own window (if supported):
> amath