* Calculate the cosine of a value. For matrices, the function is * evaluated element wise.
(
this: MathJsChain<T>
)
| 7226 | */ |
| 7227 | |
| 7228 | cos<T extends number | BigNumber | Complex | MathCollection>( |
| 7229 | this: MathJsChain<T> |
| 7230 | ): MathJsChain<T> |
| 7231 |
no outgoing calls
no test coverage detected