log¶
Get the natural logarithm of a double value.
Parameters:
No. | Type | Comments |
---|---|---|
1 | double | Number to get the log of |
Returns:
Numeric type - Natural logarithm of the input
Usages:
log( v : double ) : double
Get the natural logarithm of a double value.
Parameters:
No. | Type | Comments |
---|---|---|
1 | double | Number to get the log of |
Returns:
Numeric type - Natural logarithm of the input
Usages:
log( v : double ) : double