4.9.2.4 natural logarithm - log( x )

The log function returns the natural logarithm of the argument. The natural logarithm uses the constant e which is 2.718.

sphere.YPosition = log( time );

This will return the natural logarithm of the time value. If the value of time is 2.718 the function returns 1:

Xpressionist 3.5