Sqrt Function

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

The Sqrt function returns the square root of a number.

Declaration

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

Description

Returns the square root of the specified number.

Parameters

The procedure has the following parameter:

Value

Specifies the number from which the square root will be extracted.

Return Value

A float value that holds the square root of the specified number. If Value is empty, Sqrt returns 0.

See Also

DelphiScript - List of Supported Routines and Variables
Sqr

Highlight search results