log()

Function group Execute on client Platform(s)
Logarithmic YES All

Syntax

log(number)

Description

Returns the log to base 10 of a number; or -1e100 if number <= 0.

Example

Calculate lResult as  log(100)
# returns 2

Calculate lResult as log(0.001)
# returns -3