Math387::ArcSech Function

Overload List

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

Overload 1: double ArcSech(double X);

Inverse hyperbolic secant.

#NameTypeDescription
1Xdouble

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

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

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

Inverse hyperbolic secant.

#NameTypeDescription
1Xconst TCplx &

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

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

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

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