Ln Function

Applies to TestComplete 15.63, last modified on April 23, 2024

The Ln function returns the natural logarithm of a number.

Declaration

Ln(Value) Parameters
Value [in] Required Float
Result     Float  

Description

Returns the natural logarithm of the value specified by the Value parameter.

Parameters

The function has the following parameter:

Value

Specifies the number to be processed.

Return Value

A float value that holds the natural logarithm of the specified value. If Value is empty, an error occurs.

See Also

DelphiScript - List of Supported Routines and Variables
Exp

Highlight search results