Math387.Sec / Secf Method

Overload List

#SignatureDescription
1TCplx Sec(TCplx X)Secant.
2TSCplx Sec(TSCplx X)
3Double Sec(Double X)Secant.
4Single Secf(Single X)

Overload 1: TCplx Sec(TCplx X)

Secant.

#NameTypeDescription
1XTCplxscalar

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

Overload 2: TSCplx Sec(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double Sec(Double X)

Secant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.ArcSec

Overload 4: Single Secf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single