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