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

ArcSinh returns the inverse hyperbolic sine of X. 

 

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