csinhl (3) Linux Manual Page
NAME csinh, csinhf, csinhl – complex hyperbolic sine SYNOPSIS #include <complex.h> double complex csinh(double complex z); float complex csinhf(float complex z); long double complex csinhl(long double complex z); Link with -lm. DESCRIPTION These functions calculate the complex hyperbolic sine of z. The complex hyperbolic sine function is defined as: csinh(z) = (exp(z)-exp(-z))/2 VERSIONS These functions…
