Ln

Return a Single specifying the natural logarithm of a number.

Syntax: x = Ln(number)

The required number argument is a Single or valid numeric expression .

Requires:
   
Include <libs\fp32ext.bas>

Example:

Dim x As Single
x=100.0

x=Ln(x)   ' x is 4.6051701859

Also See: Exp