Initializing help system before first use

log

log


Purpose
Get the base 10 logarithm of a value.
Synopsis
function log(r:real):real
Argument
Real value the function is applied to. This value must be positive.
Return value
Base 10 logarithm of the argument.
Related topics
exp, ln, sqrt.