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