ctanhl(3) - Linux man page
Name
ctanh, ctanhf, ctanhl - complex hyperbolic tangentSynopsis
#include <complex.h>double complex ctanh(double complex z);
float complex ctanhf(float complex z);
long double complex ctanhl(long double complex z);
Link with -lm.
Description
The complex hyperbolic tangent function is defined mathematically as:ctanh(z) = csinh(z) / ccosh(z)