VMS Help  —  CRTL  casin
    Returns the complex arc sine of its argument.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <complex.h>

      double complex casin  (double complex z);

      float complex casinf  (float complex z);

      long double complex casinl  (long double complex z);

1  –  Argument

 z

    A complex value.

2  –  Description

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

3  –  Return Values

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