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);

Math

Tanh calculates the hyperbolic tangent of X. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!