Math387.ArcSec / ArcSecf Method

Overload List

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

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

Inverse secant.

#NameTypeDescription
1XTCplx

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

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

#NameTypeDescription
1XTSCplx

Returns: TSCplx

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

Inverse secant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Sec

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

#NameTypeDescription
1XSinglescalar

Returns: Single