From a7431fc21032282fd2a9f389931355a99a0e4c4c Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 4 Jul 2018 11:31:04 +0530 Subject: add type to expressions --- js/MatrixOp/MATLU.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/MatrixOp/MATLU.js') diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js index ff5564f2..b7c9feef 100644 --- a/js/MatrixOp/MATLU.js +++ b/js/MatrixOp/MATLU.js @@ -35,7 +35,7 @@ function MATLU() { return options; } MATLU.prototype.set = function MATLU() { - this.typ = parseFloat((arguments[0]["typ"])) + this.typ = inverse((arguments[0]["typ"])) this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; -- cgit