SQRT
Calculates the square root of the input number.
Category: Numeric Functions
Syntax
SQRT(num)
Arguments
- num
numberNumeric input value.
Returns
double — Returns the computed result as double.
Calculates the square root of the input number.
Category: Numeric Functions
SQRT(num)
number
Numeric input value.double — Returns the computed result as double.