Menu

LOGZ

Description

Returns the logarithm of a number to a given base.

Examples

LOGZ(10, 5) = 1.4306765580734

LOGZ(6, 6) = 1

LOGZ(68, -6) = NAN

LOGZ(NAN) = LOGZ(NAN)

LOGZ(INF) = LOGZ(INF)

LOGZ(-INF) = LOGZ(-INF)

On this page