VMS Help
CRTL, casinh
*Conan The Librarian
|
Returns the complex arc hyperbolic sine of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double complex casinh (double complex z);
float complex casinhf (float complex z);
long double complex casinhl (long double complex z);
z
A complex value.
The casinh functions compute the complex arc hyperbolic sine
of z, with branch cuts outside the interval [-i, +i] along the
imaginary axis.
n The complex arc hyperbolic sine value, in the
range of a strip mathematically unbounded
along the real axis and in the interval
[-iπ/2, +iπ/2] along the imaginary
axis.