* Calculate the cotangent of a value. cot(x) is defined as 1 / tan(x). * For matrices, the function is evaluated element wise.
(
this: MathJsChain<T>
)
| 7245 | */ |
| 7246 | |
| 7247 | cot<T extends number | BigNumber | Complex | MathCollection>( |
| 7248 | this: MathJsChain<T> |
| 7249 | ): MathJsChain<T> |
| 7250 |
no outgoing calls
no test coverage detected