SQRT

Calculates the square root of the input number.

Category: Numeric Functions

Syntax

SQRT(num)

Arguments

  • num number Numeric input value.

Returns

double — Returns the computed result as double.