home *** CD-ROM | disk | FTP | other *** search
- /*
- * Example functions.
- */
- call graph("exp(-x▓)" , 50, -2.5, 2.5, "30. * exp(-(x**2))")
- call graph("x│ + 2x - 13", 25, -2.5, 2.5, "x**3 + 2*x - 13" )
- call graph("sin(x)" , 25, 0.0, 6.3, "45. * sin(x)" )
- call graph("log(x)" , 25, 0.01, 5.0, "45. * log(x)" )
- exit
-