Math387::Coth Function

Overload List

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

Overload 1: double Coth(double X);

Hyperbolic cotangent.

#NameTypeDescription
1Xdouble

Returns: the hyperbolic cotangent of real argument X.

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

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

Hyperbolic cotangent.

#NameTypeDescription
1Xconst TCplx &

Returns: the hyperbolic cotangent of complex argument X.

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

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

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