How to add your knowledge

log()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1
    4. 4. Example 2

    Synopsis

    Returns the natural logarithm of any number greater than 0.

    Syntax

    log ( n As Number ) As Number 
    Argument Type Description
    n Number Any number greater than 0

    Example 1

    Intent >log(1) 
    --> 0.0

    Example 2

    Intent >log(10)
    --> 2.30258509299405