2 # include <math/complex.h>
5 /* Return the complex inverse hyperbolic sine of finite nonzero Z,
6 with the imaginary part of the result subtracted from pi/2 if ADJ
8 extern complex float __kernel_casinhf (complex float z
, int adj
);
9 extern complex double __kernel_casinh (complex double z
, int adj
);
10 extern complex long double __kernel_casinhl (complex long double z
, int adj
);