GraphMonkey - mono based graphing calculator
Copyright (C) 2004 Bellabes Lounis
nolius@users.sourceforge.net
GPL license.

GraphMonkey is a mono based graphing calculator.
you need mono and gtk-sharp-2.

you can use:
+ , -, *, /
square roots : sqrt()
powers square : ^
brackets
sine : sin()
cosine : cos()
tangent : tan()
arcsine : asin()
arccosine : acos()
arctangent : atan()
hyperbolic sine : sinh()
hyperbolic cosine : cosh()
hyperbolic tangent : tan()
logarithm : log()
exponential : exp()

it's also possible to modify the range.

you can try:
sin(x)*x
(sqrt(x)+5)*3
2.3233^5*(x/cos(x))
	
NOTE: replace "."  by "," if you you use "," for decimal values (in France for exemple)
