Math387.ArcCsc / ArcCscf Method

Overload List

#SignatureDescription
1function ArcCsc(const X: TCplx): TCplx;Inverse cosecant.
2function ArcCsc(const X: TSCplx): TSCplx;
3function ArcCsc(X: Double): Double;Inverse cosecant.
4function ArcCscf(X: Single): Single;

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

Inverse cosecant.

#NameTypeDescription
1XTCplx

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

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

#NameTypeDescription
1XTSCplx

Returns: TSCplx

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

Inverse cosecant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Csc

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

#NameTypeDescription
1XSinglescalar

Returns: Single