NAME
ccaassiinnhh - complex inverse hyperbolic sine function
SYNOPSIS
double complex ccaassiinnhh(double complex z); long double complex ccaassiinnhhll(long double complex z); float complex ccaassiinnhhff(float complex z);DESCRIPTION
ccaassiinnhh(z) computes the inverse hyperbolic sine of the complex floating-
point number z, with branch cuts outside the interval [-i, i] along the
imaginary axis. ccaassiinnhh() returns values in a strip of the complex plane with imaginarypart in the interval [-Pi/2, Pi/2].
For all complex floating point numbers z, casinh(conj(z)) = conj(casinh(z)).casinh(-z) = -casinh(z)
SSPPEECCIIAALL VVAALLUUEESS The symmetries of casinh() are used to abbreviate the specification of special values. ccaassiinnhh(0 + 0i) returns 0 + 0 i.ccaassiinnhh(x + inf i) returns inf + Pi/2 i, for finite positive-signed x.
ccaassiinnhh(x + NaN i) returns NaN + NaN i, for finite x.ccaassiinnhh(inf + yi) returns inf + 0i, for finite positive-signed y.
ccaassiinnhh(inf + inf i) returns inf + Pi/4 i. ccaassiinnhh(inf + NaN i) returns inf + NaN i. ccaassiinnhh(NaN + 0i) returns NaN + 0i. ccaassiinnhh(NaN + yi) returns NaN + NaN i, for finite y. ccaassiinnhh(NaN + inf i) returns inf + NaN i. ccaassiinnhh(NaN + NaN i) returns NaN + NaN i. NNOOTTEESSSEE ALSO
csinh(3) complex(3) STANDARDS The ccaassiinnhh() function conforms to ISO/IEC 9899:1999(E). 4th Berkeley Distribution November 9, 2006 4th Berkeley Distribution