LogN — N-base logarithm
LogN( base, expression )
Logten : R+ x R+ -> R
LogN( 2 , 8 ) = 3
Returns the N-base logarithm of a number. This is the value to the power of which the base is elevated in order to obtain the expression.