LogN

Syntax

LogN(Base, X)

Description

Returns the Base base log of X .

Examples

LogN(10, 10) = 1
LogN(10, 100) = 2
LogN(10, 1000) = 3
LogN(2, 16) = 4