diff options
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r-- | js/NonLinear/INTRPLBLK_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js index 17a4d514..28c0d0e4 100644 --- a/js/NonLinear/INTRPLBLK_f.js +++ b/js/NonLinear/INTRPLBLK_f.js @@ -26,8 +26,8 @@ function INTRPLBLK_f() { return options; } INTRPLBLK_f.prototype.set = function INTRPLBLK_f() { - this.a = parseFloat((arguments[0]["a"])) - this.b = parseFloat((arguments[0]["b"])) + this.a = inverse((arguments[0]["a"])) + this.b = inverse((arguments[0]["b"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |