Menu

LOG10

Description

Returns the base 10 logarithm of a number.

Examples

LOG10(-3) = NAN

LOG10(15) = 1.1760912590557

LOG10(NAN) = NAN

LOG10(INF) = INF

LOG10(-INF) = NAN

On this page