Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

28.3 sctanhc - Complex Cardinal Hyperbolic Tangent tanhc(x)

#include <msca.h> 
 
double complex sctanhc (double complex x); 
float complex  sctanhcf(float complex x);

Given a value x this function computes the cardinal hyperbolic tangent of x , tanhc(x)= tanh(x)
           x   .