Math387.ArcSinh / ArcSinhf Method

Overload List

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

Overload 1: TCplx ArcSinh(TCplx X)

Inverse hyperbolic sine.

#NameTypeDescription
1XTCplxscalar

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

Overload 2: TSCplx ArcSinh(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcSinh(Double X)

Inverse hyperbolic sine.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Sinh

Overload 4: Single ArcSinhf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single