VMS Help  —  CRTL  cbrt
    Returns the rounded cube root of y.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <math.h>

      double cbrt  (double y);

      float cbrtf  (float y);

      long double cbrtl  (long double y);

1  –  Argument

 y

    A real number.
Close Help