VMS Help
CRTL, cacos
*Conan The Librarian
|
Returns the complex arc cosine of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha 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);
z
A complex value.
The cacos functions compute the complex arc cosine of z, with
branch cuts outside the interval [-1, +1] along the real axis.
n The complex arc cosine value, in the range
of a strip mathematically unbounded along the
imaginary axis and in the interval [0, π]
along the real axis.