Function Ln returns the natural logarithm of the specified value.
FUNCTION Ln(v : REAL): REAL;def vs.Ln(v):
return REAL| Name | Type | Description |
|---|---|---|
| v | REAL | Numeric value for which to find the natural logarithm. |
Availability: from All Versions
- Math - General