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