diff options
Diffstat (limited to 'js/MatrixOp/MATPINV.js')
-rw-r--r-- | js/MatrixOp/MATPINV.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js index cc82ce10..fd8ca1bd 100644 --- a/js/MatrixOp/MATPINV.js +++ b/js/MatrixOp/MATPINV.js @@ -31,6 +31,7 @@ function MATPINV() { MATPINV.prototype.get = function MATPINV() { } MATPINV.prototype.set = function MATPINV() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; |