Library Powered by BSD http://bsd.org/ FreeBSD http://freebsd.org/ MySQL http://mysql.com/ Apache http://apache.org/ PHP http://php.net/ PHP http://SourceForge.net/
© March 5, 2007 Lorentz JÄNTSCHI

up one level Up

This interface allows to evaluate a mathematical expression in one variable ($x) writen in PHP style. This is useful for bidimensional plots.
ExpressionCoefficientsVariableCompulsory
a
b
c
d
e
min
max
inc
operators[+ - * / % ( ) ,]
coefficients[$a $b $c $d $e]
variables[$x]
functions[deg2rad rad2deg asinh sinh asin sin acosh cosh acos cos atanh tanh atan tan exp log10 log abs ceil floor fmod max min pow round sqrt pi]
values[0 1 2 3 4 5 6 7 8 9 E e f F .]
auto plot eval datamy source