VMS Help  —  CRTL  cacos
    Returns the complex arc cosine of its argument.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <complex.h>

      double complex cacos  (double complex z);

      float complex cacosf  (float complex z);

      long double complex cacosl  (long double complex z);

1  –  Argument

 z

    A complex value.

2  –  Description

    The cacos functions compute the complex arc cosine of z, with
    branch cuts outside the interval [-1, +1] along the real axis.

3  –  Return Values

    n                  The complex arc cosine value, in the range
                       of a strip mathematically unbounded along the
                       imaginary axis and in the interval [0, &#960;]
                       along the real axis.
Close Help