Function logn()

← Back to Module math



Module math → logn()

Description

Calculate base-n logarithm of x

logn(x, n)


Parameters


Return Value


Usage Example

logn(8, 2)   ' Returns 3