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

9.3 stanh - Hyperbolic tangent tanh(x)

#include <msca.h> 
 
double stanh (double x); 
float  stanhf(float x);

Given a value x this function computes the hyperbolic tangent of x.