* Calculate the square root of a value. For matrices, the function is * evaluated element wise.
(
this: MathJsChain<T>
)
| 5739 | */ |
| 5740 | |
| 5741 | sqrt<T extends number | BigNumber | Complex | MathCollection | Unit>( |
| 5742 | this: MathJsChain<T> |
| 5743 | ): MathJsChain<T> |
| 5744 |
no outgoing calls
no test coverage detected