RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Tanh Function

Returns the hyperbolic tangent of X.

Pascal
function Tanh(const X: Extended): Extended;
C++
Extended Tanh(const Extended X);

Tanh calculates the hyperbolic tangent of X. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!