Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ArcSech(const X: TCplx): TCplx; | Inverse hyperbolic secant. |
| 2 | function ArcSech(const X: TSCplx): TSCplx; | |
| 3 | function ArcSech(X: Double): Double; | Inverse hyperbolic secant. |
| 4 | function ArcSechf(X: Single): Single; |
Overload 1: function ArcSech(const X: TCplx): TCplx;
Inverse hyperbolic secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the inverse hyperbolic secant of the real argument X.
Overload 2: function ArcSech(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function ArcSech(X: Double): Double;
Inverse hyperbolic secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - the inverse hyperbolic secant of the real argument X.
See Also: Math387.Sech
Overload 4: function ArcSechf(X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single