lg()

Read(1687) Label: base 10, logarithm,

Description:

Compute the logarithm.

Syntax:

lg(x,b)

Note:

The function computes x’s logarithm to base b.

Parameter:

x

Real number

b

Base; default is 10

Return value:

Numeric value

Example:

lg(54)

1.7323937598229684

lg(9,3)

3.0

Related function:

ln()