summaryrefslogtreecommitdiff
path: root/js/Linear/CLR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/CLR.js')
-rw-r--r--js/Linear/CLR.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/CLR.js b/js/Linear/CLR.js
index 7e901467..71876ef0 100644
--- a/js/Linear/CLR.js
+++ b/js/Linear/CLR.js
@@ -25,6 +25,8 @@ function CLR() {
CLR.prototype.get = function CLR() {
}
CLR.prototype.set = function CLR() {
+ this.num = parseFloat((arguments[0]["num"]))
+ this.den = parseFloat((arguments[0]["den"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;