Math387::ArcSec Function

Overload List

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

Overload 1: double ArcSec(double X);

Inverse secant.

#NameTypeDescription
1Xdouble

Returns: the inverse secant of the real argument X.

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

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

Inverse secant.

#NameTypeDescription
1Xconst TCplx &

Returns: the inverse secant of the complex argument X.

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

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

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