public static log<INT_TYPE extends AbstractInt>(value as INT_TYPE) as Double:
Returns the natural logarithm of a value.
value
import klyn.math print(Math.log(Math.E))