Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Sech(const X: TCplx): TCplx; | Hyperbolic secant. |
| 2 | function Sech(const X: TSCplx): TSCplx; | |
| 3 | function Sech(X: Double): Double; | Hyperbolic secant. |
| 4 | function Sechf(X: Single): Single; |
Overload 1: function Sech(const X: TCplx): TCplx;
Hyperbolic secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the hyperbolic secant of the complex argument X.
Overload 2: function Sech(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function Sech(X: Double): Double;
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: function Sechf(X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single