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

20.3 stanhc - Cardinal Hyperbolic Tangent tanhc(x)

#include <msca.h> 
 
double stanhc (double x); 
float  stanhcf(float x);

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