summaryrefslogtreecommitdiff
path: root/js/MatrixOp/EXTRACT.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/EXTRACT.js')
-rw-r--r--js/MatrixOp/EXTRACT.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js
index ca7cd974..973e75c0 100644
--- a/js/MatrixOp/EXTRACT.js
+++ b/js/MatrixOp/EXTRACT.js
@@ -38,8 +38,8 @@ function EXTRACT() {
}
EXTRACT.prototype.set = function EXTRACT() {
this.typ = inverse((arguments[0]["typ"]))
- 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;
label = graphics.exprs;