C Programming/complex.h/ctanh

Prototypes edit

double complex ctanh(double complex z);
float complex ctanhf(float complex z);
long double complex ctanhl(long double complex z);

Description edit

These functions compute and return the complex hyperbolic tangent value.