Math387::Sech Function

Overload List

#SignatureDescription
1double Sech(double X);Hyperbolic secant.
2TCplx Sech(const TCplx &X);Hyperbolic secant.
3TSCplx Sech(const TSCplx &X);

Overload 1: double Sech(double X);

Hyperbolic secant.

#NameTypeDescription
1Xdouble

Returns: the hyperbolic secant of the real argument X.

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

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

Hyperbolic secant.

#NameTypeDescription
1Xconst TCplx &

Returns: the hyperbolic secant of the complex argument X.

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

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

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