diff options
Diffstat (limited to 'js/MatrixOp/MATDET.js')
-rw-r--r-- | js/MatrixOp/MATDET.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js index ebb0cef5..34cc671f 100644 --- a/js/MatrixOp/MATDET.js +++ b/js/MatrixOp/MATDET.js @@ -35,7 +35,7 @@ function MATDET() { return options; } MATDET.prototype.set = function MATDET() { - this.typ = parseFloat((arguments[0]["typ"])) + this.typ = inverse((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; |