LOG10

Description

LGO10 returns the base-10 logarithm of a number.

Syntax

LOG10 ( number )

 

Parameter

Description

number

Any positive real number.

Examples

This function returns 2.41:

LOG10(260)

This function returns 2:

LOG10(100)

Also, see

EXP

LN

LOG