Math387.ArcCsch / ArcCschf Method

Overload List

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

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

Inverse hyperbolic cosecant.

#NameTypeDescription
1XTCplx

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

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

#NameTypeDescription
1XTSCplx

Returns: TSCplx

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

Inverse hyperbolic cosecant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Csch

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

#NameTypeDescription
1XSinglescalar

Returns: Single