* Compute the square of a value, x * x. For matrices, the function is * evaluated element wise.
(this: MathJsChain<T>)
| 5748 | */ |
| 5749 | |
| 5750 | square<T extends MathType>(this: MathJsChain<T>): MathJsChain<T> |
| 5751 | |
| 5752 | /** |
| 5753 | * Subtract two values, x - y. For matrices, the function is evaluated |
no outgoing calls
no test coverage detected