Math387::Sec Function

Overload List

#SignatureDescription
1double Sec(double X);Secant.
2TCplx Sec(const TCplx &X);Secant.
3TSCplx Sec(const TSCplx &X);

Overload 1: double Sec(double X);

Secant.

#NameTypeDescription
1Xdouble

Returns: the secant of the real argument X.

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

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

Secant.

#NameTypeDescription
1Xconst TCplx &

Returns: the secant of the complex argument X.

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

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

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