* Calculate the sine of a value. For matrices, the function is * evaluated element wise.
(
this: MathJsChain<T>
)
| 7299 | */ |
| 7300 | |
| 7301 | sin<T extends number | BigNumber | Complex | MathCollection>( |
| 7302 | this: MathJsChain<T> |
| 7303 | ): MathJsChain<T> |
| 7304 |
no outgoing calls
no test coverage detected