Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Sec(TCplx X) | Secant. |
| 2 | TSCplx Sec(TSCplx X) | |
| 3 | Double Sec(Double X) | Secant. |
| 4 | Single Secf(Single X) |
Overload 1: TCplx Sec(TCplx X)
Secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the secant of the complex argument X.
Overload 2: TSCplx Sec(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Sec(Double X)
Secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - the secant of the real argument X.
See Also: Math387.ArcSec
Overload 4: Single Secf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single