Math387.ArcSinh / ArcSinhf Method

Overload List

#SignatureDescription
1function ArcSinh(const X: TCplx): TCplx;Inverse hyperbolic sine.
2function ArcSinh(const X: TSCplx): TSCplx;
3function ArcSinh(const X: Double): Double;Inverse hyperbolic sine.
4function ArcSinhf(const X: Single): Single;

Overload 1: function ArcSinh(const X: TCplx): TCplx;

Inverse hyperbolic sine.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - Returns the inverse hyperbolic sine of complex argument X.

Overload 2: function ArcSinh(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function ArcSinh(const X: Double): Double;

Inverse hyperbolic sine.

#NameTypeDescription
1XDouble

Returns: Double - Returns the inverse hyperbolic sine of real argument X.

See Also: Math387.Sinh

Overload 4: function ArcSinhf(const X: Single): Single;

#NameTypeDescription
1XSingle

Returns: Single