# This is an example of a FuncPlotter document.
# The choice of intervals and functions is arbitrary.
@x -0.45, 1.55
@y -0.5, 1.5
1.3 * exp( -x ); 255, 0, 0
1.5625*x^3 + -2.8125*x^2 + 0.9375*x + 0.7125; 0, 204, 0
1 / (sqrt( 2*pi ) * (1/3)) * exp( -((x - 1)^2) / (2*((1/6)^2) ) ); 0, 0, 255
exp( -1.2*x ) - exp( -12.0*x ); 204, 204, 0
1.2 * sin( 8*x ) / (8*x); 236, 0, 236
cosh x - 0.5; 0, 204, 204
