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