summaryrefslogtreecommitdiff
path: root/js/Linear/DLR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DLR.js')
-rw-r--r--js/Linear/DLR.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Linear/DLR.js b/js/Linear/DLR.js
index c0f616a6..eb8a0cd2 100644
--- a/js/Linear/DLR.js
+++ b/js/Linear/DLR.js
@@ -24,6 +24,11 @@ function DLR() {
return this.x;
}
DLR.prototype.get = function DLR() {
+ var options = {
+ num:["Numerator (z)",this.num],
+ den:["Denominator (z)",this.den],
+ }
+ return options;
}
DLR.prototype.set = function DLR() {
this.num = parseFloat((arguments[0]["num"]))