Method

Xojo.Math.Log


Warning

This item was deprecated in version 2020r2. Please use Log as a replacement.

Description

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

Compatibility

All project types on all supported operating systems.