Math387::ArcCot Function

Overload List

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

Overload 1: double ArcCot(double X);

Inverse cotangent.

#NameTypeDescription
1Xdouble

Returns: the inverse cotangent of real argument X.

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

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

Inverse cotangent.

#NameTypeDescription
1Xconst TCplx &

Returns: the inverse cotangent of complex argument X.

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

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

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