Math387.ArcSec / ArcSecf Method

Overload List

#SignatureDescription
1TCplx ArcSec(TCplx X)Inverse secant.
2TSCplx ArcSec(TSCplx X)
3Double ArcSec(Double X)Inverse secant.
4Single ArcSecf(Single X)

Overload 1: TCplx ArcSec(TCplx X)

Inverse secant.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - the inverse secant of the complex argument X.

Overload 2: TSCplx ArcSec(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcSec(Double X)

Inverse secant.

#NameTypeDescription
1XDoublescalar

Returns: Double - the inverse secant of the real argument X.

See Also: Math387.Sec

Overload 4: Single ArcSecf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single