◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h>, <errno.h> Syntax: double sqrt( double x ); long double sqrtl( long double x ); Returns: a square root if successful, or 0 if not. errno: EDOM See also: exp, log, matherr, pow -♦-