Calculates the hyperbolic tangent of a complex number.
[Format]
#include <complex.h>
float complex ctanhf(float complex z);
double complex ctanh(double complex z);
long double complex ctanhl(long double complex z);
[Parameters]
z Complex number for which hyperbolic tangent is to be computed
[Return values]
Complex hyperbolic tangent of z