VMS Help  —  CRTL  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: explode extract
Argument Return Values
Close Help