RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ArcSinh Function

Calculates the inverse hyperbolic sine of a given number.

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

Math

ArcSinh returns the inverse hyperbolic sine of X. 

 

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