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