The log10 function returns the log base 10 of the argument. If the argument is 10 the function returns 1. if the argument is 100 the function will return 2.
sphere.YPosition = log10( time );
Xpressionist 3.5