diff options
Diffstat (limited to 'js/Linear/SUMMATION.js')
-rw-r--r-- | js/Linear/SUMMATION.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/SUMMATION.js b/js/Linear/SUMMATION.js index 2c8e8eb8..0aabff5e 100644 --- a/js/Linear/SUMMATION.js +++ b/js/Linear/SUMMATION.js @@ -22,7 +22,7 @@ function SUMMATION() { SUMMATION.prototype.get = function SUMMATION() { var options = { Datatype:["Datatype (1=real double 2=complex 3=int32 ...)",this.Datatype], - sgn:["Number of inputs or sign vector (of +1, -1)",this.sgn], + sgn:["Number of inputs or sign vector (of +1, -1)",this.sgn.toString().replace(/,/g," ")], satur:["Do on Overflow(0=Nothing 1=Saturate 2=Error)",this.satur], } return options; |