RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Sinh Function

Returns the hyperbolic sine of an angle.

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

Sinh calculates the hyperbolic sine of X. 

 

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