diff options
author | Chhavi2208 | 2016-06-06 10:23:29 +0530 |
---|---|---|
committer | Chhavi2208 | 2016-06-06 10:23:29 +0530 |
commit | 505f27a142ff102a09d87ac97d7aee7f8df47d9e (patch) | |
tree | ff62c027c236407553a580f6c8c1a7ef848a3186 /details.js | |
parent | 5d6b3f6d270d60cdf267e7e183c72c9cb4f7e012 (diff) | |
download | xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.gz xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.bz2 xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.zip |
Implement ANDLOG and CONST_m
Diffstat (limited to 'details.js')
-rw-r--r-- | details.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -691,4 +691,4 @@ function sci2exp(c) { return new ScilabString([c.toString()]); else return new ScilabString("[" + c.toString() + "]"); -}
\ No newline at end of file +} |