Menu

LOG

Description

Returns the base 10 logarithm of a number.

Examples

LOG(-3) = NAN

LOG(15) = 1.1760912590557

LOG(NAN) = NAN

LOG(INF) = INF

LOG(-INF) = NAN

On this page