Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ArcCot(const X: TCplx): TCplx; | Inverse cotangent. |
| 2 | function ArcCot(const X: TSCplx): TSCplx; | |
| 3 | function ArcCot(X: Double): Double; | Inverse cotangent. |
| 4 | function ArcCotf(X: Single): Single; |
Overload 1: function ArcCot(const X: TCplx): TCplx;
Inverse cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the inverse cotangent of complex argument X.
Overload 2: function ArcCot(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function ArcCot(X: Double): Double;
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: function ArcCotf(X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single