| United States-English |
|
|
|
![]() |
HP-UX 11i Version 1.5 Reference Volume 4, Section 3: Libraries > ccasinh(3M)IA-64 only |
|
NAMEcasinh(), casinhf() — complex arc hyperbolic sine functions SYNOPSIS#include <complex.h> double complex casinh(double complex z); float complex casinhf(float complex z); DESCRIPTIONThese functions are available only for IA-64. casinh() returns the complex arc hyperbolic sine of z, in the range of a strip mathematically unbounded along the real axis and in the interval [-i*Pi/2,+i*Pi/2] along the imaginary axis. Branch cuts are outside the interval [-i,+i] along the imaginary axis. casinhf() is a float complex version of casinh(); it takes a float complex argument and returns a float complex result. USAGETo use these functions, compile with the default -Ae option. Make sure your program includes <complex.h>. Link in the math library by specifying -lm on the compiler or linker command line. RETURN VALUEScasinh(conj(z)) = conj(casinh(z)) and casinh is an odd function. casinh(+0+i0) returns 0+i0. casinh(x+iInf) returns +Inf+iPi/2 for positive-signed finite x. casinh(x+iNaN) returns NaN+iNaN and may raise the invalid exception for finite x. casinh(+Inf+iy) returns +Inf+i0 for positive-signed finite y. casinh(+Inf+iInf) returns +Inf+iPi/4. casinh(+Inf+iNaN) returns +Inf+iNaN. casinh(NaN+i0) returns NaN+i0. casinh(NaN+iy) returns NaN+iNaN and may raise the invalid exception for finite nonzero y. casinh(NaN+iInf) returns ±Inf+iNaN (where the sign of the real part of the result is unspecified). casinh(NaN+iNaN) returns NaN+iNaN. |
||||||||||||||||||||||||||||
|
|||||||||||||||