* Calculate the inverse tangent of a value. For matrices, the function * is evaluated element wise.
(
this: MathJsChain<T>
)
| 7196 | */ |
| 7197 | |
| 7198 | atan<T extends number | BigNumber | Complex | MathCollection>( |
| 7199 | this: MathJsChain<T> |
| 7200 | ): MathJsChain<T> |
| 7201 |
no outgoing calls
no test coverage detected