Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Cot(const X: TCplx): TCplx; | Cotangent. |
| 2 | function Cot(const X: TSCplx): TSCplx; | |
| 3 | function Cot(X: Double): Double; | Cotangent. |
| 4 | function Cotf(X: Single): Single; |
Overload 1: function Cot(const X: TCplx): TCplx;
Cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the cotangent of complex argument X.
Overload 2: function Cot(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function Cot(X: Double): Double;
Cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - the cotangent of real argument X.
See Also: Math387.ArcCot, Math387.Tan
Overload 4: function Cotf(X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single