packages icon

mmcalc:  The math-magic calculator.
Author: Brian Wagener <CptanPanic@users.sourceforge.net>

SYNOPSIS
	to run: calc [options] expression
	i.e. mmcalc -h "1+5-0x1A"
	i.e. mmcalc -ihr "2^(2+3)*1.5"

	NOTE: no spaces between items, and everything lowercase.

DESCRIPTION
	mmcalc is a scientific calculator project, that is striving to make a
	useful and robust application for both the console and GUI
	enviorments.  Currently mmcalc is in the rapidly changing beta stage, but is
	useable, and useful.  Make sure you have the latest version by going to
	http://www.sourceforge.com/projects/mmcalc ,  and please let me know
	if you find any problems, or ideas for enhancements. 	Also if you want to
	help, let me know.


operations that can be used are below:

(
)
+
-, both as subtraction, and a negative.  I think.
/
*
cos/sin/tan
acos/asin/atan
cosh/sinh/tanh
pow or '^', should probably use '^'
exp
ln
log
abs
mod or '%'
ceil
floor
sqrt
inv