logn

fun logn(x: Number): <Error class: unknown class>

Return

the natural logarithm of x

Parameters

x

number to get the natural logarithm of

Chaining

This function is designed to be chained with other function calls:
Number::logn -> <Error class: unknown class>