LOG

LOG(n)

nThe real number to evaluate.
Return:LOG returns a single real value.

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