Math387::Cot Function

Overload List

#SignatureDescription
1double Cot(double X);Cotangent.
2TCplx Cot(const TCplx &X);Cotangent.
3TSCplx Cot(const TSCplx &X);

Overload 1: double Cot(double X);

Cotangent.

#NameTypeDescription
1Xdouble

Returns: the cotangent of real argument X.

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

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

Cotangent.

#NameTypeDescription
1Xconst TCplx &

Returns: the cotangent of complex argument X.

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

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

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