Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

LOG(<number>;[<number>])

Description

Returns the logarithm of a number to a specified base. The first number must be greater than zero and the second number is the optional base. If the base is not provided, the function uses base e (Euler's number).

Examples

Column1LOG() returns
202.995732273553991
Column1LOG(<column1>;3) returns
202.7268330278608417



  • No labels