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