summaryrefslogtreecommitdiff
path: root/js/MatrixOp/SQRT.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/SQRT.js')
-rw-r--r--js/MatrixOp/SQRT.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js
index 24d5f40d..d10eabdc 100644
--- a/js/MatrixOp/SQRT.js
+++ b/js/MatrixOp/SQRT.js
@@ -19,6 +19,10 @@ function SQRT() {
return this.x;
}
SQRT.prototype.get = function SQRT() {
+ var options = {
+ typ:["Datatype(1=real double 2=Complex)",this.typ],
+ }
+ return options;
}
SQRT.prototype.set = function SQRT() {
this.typ = parseFloat((arguments[0]["typ"]))