Function sqrt( x )

Description:
Square root. The result is correctly rounded and positive.
Parameters:
x (floating point)
a value.
Return Value (floating point):
the positive square root of x. If the argument is NaN or less than zero, the result is NaN.
Signature:
double sqrt(double)