User Tools

Site Tools


syntax:functions:log

This is an old revision of the document!


Log(number)

Category: Number function


Description

This function returns the natural logarithm of number.


Arguments

ArgumentTypeDescription
numberNumber (positive, non-0 value)The value for which the natural logarithm is returned.


Return value type: Number


Examples

log(1) = 0
log(2) = 0.693147180559945
log(0) = #Can't convert infinity to a decimal number  //Argument needs to be a positive, non-0 value


See also

syntax/functions/log.1627779673.txt.gz · Last modified: 2021/07/31 21:01 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki