Copyright Digital Equipment Corp. All rights reserved.

sqrt

   Returns the square root of its argument.

   Format

     #include  <math.h>

     double sqrt  (double x);

     float sqrtf  (float x); (Integrity servers, Alpha)

     long double sqrtl  (long double x); (Integrity servers, Alpha)
 


Additional information available:

Argument        Return_Values