SpreadJS Documentation
LOG10
SpreadJS Documentation > Formula Reference > Formula Functions > LOG10

This function returns the logarithm base 10 of the number given.

Syntax

LOG10(value)

Arguments

The number specified by the argument must be a positive real number.

Data Types

Accepts numeric data. Returns numeric data.

Examples

LOG10(B3)

LOG10(R1C2)

LOG10(115) gives the result 2.0606978404

See Also