LOG

Returns the logarithm to a specified base.

Syntax

LOG(number; base)

  1. number - the number from which the logarithm should be returned - Value type: number

  2. base - the base of the logarithm - Value type: number (optional, default value: 10)

Examples