Menu

LOG

Description

Returns the logarithm of a number to a given base.

Examples

LOG(10, 5) = 1.4306765580734

LOG(6, 6) = 1

LOG(68, -6) = NAN

LOG(NAN) = NAN

LOG(INF) = NAN

LOG(-INF) = NAN

On this page