sqrt()
Calculates the square root of a number.
Description
Syntax
sqrt(x)
Parameters
x: the number. Allowed data types: any data type.
Returns
The number’s square root. Data type: double.
See also
Calculates the square root of a number.
Description
Syntax
sqrt(x)
Parameters
x: the number. Allowed data types: any data type.
Returns
The number’s square root. Data type: double.
See also