Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ArcCot(TCplx X) | Inverse cotangent. |
| 2 | TSCplx ArcCot(TSCplx X) | |
| 3 | Double ArcCot(Double X) | Inverse cotangent. |
| 4 | Single ArcCotf(Single X) |
Overload 1: TCplx ArcCot(TCplx X)
Inverse cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the inverse cotangent of complex argument X.
Overload 2: TSCplx ArcCot(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double ArcCot(Double X)
Inverse cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - the inverse cotangent of real argument X.
See Also: Math387.Cot, Math387.ArcTan
Overload 4: Single ArcCotf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single