sqrt

Example: sqrtMathematics Functions

Computes the square root of x.

double sqrt( double x);

x A number.

Return Values

The square root of the specified number.