Returns the square root of the specified number.
double Sqrt ( double value)
If value is negative, the return value is NaN.
Math Functions