Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 406 Bytes

File metadata and controls

24 lines (18 loc) · 406 Bytes

Ln

Description

Function Ln returns the natural logarithm of the specified value.

FUNCTION Ln(v : REAL): REAL;
def vs.Ln(v):
    return REAL

Parameters

Name Type Description
v REAL Numeric value for which to find the natural logarithm.

Version

Availability: from All Versions

Category