Math387.ArcSech / ArcSechf Method

Overload List

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

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

Inverse hyperbolic secant.

#NameTypeDescription
1XTCplx

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

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

#NameTypeDescription
1XTSCplx

Returns: TSCplx

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

Inverse hyperbolic secant.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Sech

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

#NameTypeDescription
1XSinglescalar

Returns: Single