diff options
Diffstat (limited to 'js/Linear/DLR.js')
-rw-r--r-- | js/Linear/DLR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Linear/DLR.js b/js/Linear/DLR.js index eb8a0cd2..2ad0c0d5 100644 --- a/js/Linear/DLR.js +++ b/js/Linear/DLR.js @@ -31,8 +31,8 @@ function DLR() { return options; } DLR.prototype.set = function DLR() { - this.num = parseFloat((arguments[0]["num"])) - this.den = parseFloat((arguments[0]["den"])) + this.num = arguments[0]["num"] + this.den = arguments[0]["den"] this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |