diff options
Diffstat (limited to 'js/MatrixOp/MATDIV.js')
-rw-r--r-- | js/MatrixOp/MATDIV.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index 1efd13c6..e9441c86 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -42,6 +42,7 @@ function MATDIV() { while (true) { var ok = true; this.typ = inverse(arguments[0]["typ"]); + var exprs = [arguments[0]["typ"]]; if (!ok) { break; } |