Math387.Tanh / Tanhf Method

Overload List

#SignatureDescription
1function Tanh(const X: TCplx): TCplx;Hyperbolic cosine.
2function Tanh(const X: TSCplx): TSCplx;
3function Tanh(const X: Double): Double;Hyperbolic cosine.
4function Tanhf(const X: Single): Single;

Overload 1: function Tanh(const X: TCplx): TCplx;

Hyperbolic cosine.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - Returns the hyperbolic tangens of complex argument X.

See Also: Math387.ArcTanh

Overload 2: function Tanh(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function Tanh(const X: Double): Double;

Hyperbolic cosine.

#NameTypeDescription
1XDouble

Returns: Double - Returns the hyperbolic tangens of real argument X.

See Also: Math387.ArcTanh

Overload 4: function Tanhf(const X: Single): Single;

#NameTypeDescription
1XSingle

Returns: Single