Icon Ln

Unit: Internal

Available In: Client and Server Applications

function Ln(Value: Double): Double

function Ln(Value: Integer): Double

The Ln function returns the natural logarithm of the input parameter, which must be greater than 0. The return value is a Double value.

Examples

X := Ln(0.523);  // X is -0.6481738149172141
Image