System.Math.ArcSinh
Delphi
function ArcSinh(const X: Single): Single;
function ArcSinh(const X: Double): Double;
function ArcSinh(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall ArcSinh(const float X)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Calculates the inverse hyperbolic sine of a given number.
ArcSinh returns the inverse hyperbolic sine of X.