Math387::ArcCoth Function

Overload List

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

Overload 1: double ArcCoth(double X);

Inverse hyperbolic cotangent.

#NameTypeDescription
1Xdouble

Returns: the inverse hyperbolic cotangent of real argument X.

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

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

Inverse hyperbolic cotangent.

#NameTypeDescription
1Xconst TCplx &

Returns: the inverse hyperbolic cotangent of complex argument X.

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

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

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