|
tanhfunction template
<complex>
template<class T> complex<T> tanh (const complex<T>& x); Return hyperbolic tangent of complex Returns the hyperbolic tangent of the complex number x.This overloads cmath's tanh function. Parameters
Return valueHyperbolic tangent of x.See also
|