Math387::Csch Function

Overload List

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

Overload 1: double Csch(double X);

Hyperbolic cosecant.

#NameTypeDescription
1Xdouble

Returns: the hyperbolic cosecant of the real argument X.

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

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

Hyperbolic cosecant.

#NameTypeDescription
1Xconst TCplx &

Returns: the hyperbolic cosecant of the complex argument X.

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

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

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