contents index previous next
Clib.log()
syntax:
Clib.log(x)
where:
x - number to work with.
return:
number - natural logarithm of x.
description:
This method returns the natural logarithm of x.
see:
Clib.exp(), Clib.log10(), Clib.pow()
Clib.log10()