LOG(n)
The LOG function returns the base-10 logarithm of the parameter.
Example:
MyLogPI := LOG(3.14159); // 0.4971495058611233 OUTPUT(MyLogPI);
See Also: EXP, SQRT, POWER, LN