Log
From Xojo Documentation
Method
Returns the natural logarithm of the value specified. Use System.Log to use the system message logging.
Syntax
result=Log (value)
Part | Type | Description |
---|---|---|
result | Double | The natural logarithm of value. |
value | Double | The value you want the natural logarithm of. |
Examples
This example uses the Log function to return the natural logarithm of a number.
See Also
Exp function.