Xojo.Math.Log

From Xojo Documentation

Method

Xojo.Math.Log(value As Double) As Double

Supported for all project types and targets.

Returns the natural logarithm of the specified value.

Sample Code

Log 10:

Using Xojo.Math

Dim d As Double
d = Log(10) // d = 2.3025851