Math387::Csc Function

Overload List

#SignatureDescription
1double Csc(double X);Cosecant.
2TCplx Csc(const TCplx &X);Cosecant.
3TSCplx Csc(const TSCplx &X);

Overload 1: double Csc(double X);

Cosecant.

#NameTypeDescription
1Xdouble

Returns: the cosecant of the real argument X.

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

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

Cosecant.

#NameTypeDescription
1Xconst TCplx &

Returns: the cosecant of the complex argument X.

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

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

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