Math387.Sec / Secf Method

Overload List

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

Overload 1: function Sec(const X: TCplx): TCplx;

Secant.

#NameTypeDescription
1XTCplx

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

Overload 2: function Sec(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function Sec(X: Double): Double;

Secant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.ArcSec

Overload 4: function Secf(X: Single): Single;

#NameTypeDescription
1XSinglescalar

Returns: Single