NAME
ssqqrrtt - square root function
SYNOPSIS
##iinncclluuddee <
double ssqqrrtt(double x); long double ssqqrrttll(long double x); float ssqqrrttff(float x);> DESCRIPTION
The ssqqrrtt() function compute the non-negative square root of x.
SSPPEECCIIAALL VVAALLUUEESSssqqrrtt(-0) returns -0.
ssqqrrtt(x) returns a NaN and generates a domain error for x < 0.SEE ALSO
math(3) STANDARDS The ssqqrrtt() function conforms to ISO/IEC 9899:1999(E). BSD January 27, 2003 BSD