Math387::ArcSinh Function

Overload List

#SignatureDescription
1double ArcSinh(const double X);Inverse hyperbolic sine.
2TCplx ArcSinh(const TCplx &X);Inverse hyperbolic sine.
3TSCplx ArcSinh(const TSCplx &X);

Overload 1: double ArcSinh(const double X);

Inverse hyperbolic sine.

#NameTypeDescription
1Xconst double

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

See Also: Math387::Sinh
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 2: TCplx ArcSinh(const TCplx &X);

Inverse hyperbolic sine.

#NameTypeDescription
1Xconst TCplx &

Returns: Returns the inverse hyperbolic sine of complex argument X.

Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 3: TSCplx ArcSinh(const TSCplx &X);

#NameTypeDescription
1Xconst TSCplx &
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler