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

Math

Sinh calculates the hyperbolic sine of X. 

 

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