VMS Help  —  CRTL  cpow
    Returns the complex power function x**y.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <complex.h>

      double complex cpow  (double complex x, double complex y);

      float complex cpowf  (float complex x, float complex y);

      long double complex cpowl  (long double complex x, long double complex y);
Additional Information: explode extract
Argument Description Return Values
Close Help