Math387.ArcCsch / ArcCschf Method

Overload List

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

Overload 1: TCplx ArcCsch(TCplx X)

Inverse hyperbolic cosecant.

#NameTypeDescription
1XTCplxscalar

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

Overload 2: TSCplx ArcCsch(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcCsch(Double X)

Inverse hyperbolic cosecant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Csch

Overload 4: Single ArcCschf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single