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