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