4.9.2.6 exponential - exp( x )

Returns e raised to the power of the argument. The constant e has the value of 2.718 and is the base of the natural logarithm. If the argument is 1 the function returns 2.718. If the argument is 0 the function returns 1.

sphere.YPosition = exp( time );

Xpressionist 3.5