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