Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ArcSech(TCplx X) | Inverse hyperbolic secant. |
| 2 | TSCplx ArcSech(TSCplx X) | |
| 3 | Double ArcSech(Double X) | Inverse hyperbolic secant. |
| 4 | Single ArcSechf(Single X) |
Overload 1: TCplx ArcSech(TCplx X)
Inverse hyperbolic secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the inverse hyperbolic secant of the real argument X.
Overload 2: TSCplx ArcSech(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double ArcSech(Double X)
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: Single ArcSechf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single