You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
f13aa89626
Add new functions for operators x**y or x^y
compatmode hs: x>0 pow(x, y), x<0 pow(x, round(y)), X=0 0
compatmode lt: x>0 pow(x, y), x<0 pow(x, y) if y is close to integer, else 0
|
3 years ago |
| .. |
|
tcl
|
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
|
9 years ago |
|
tcl-testbench1
|
tcl-testbench[x].sh: Use bash within shebang
|
4 years ago |
|
tcl-testbench2
|
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
|
9 years ago |
|
tcl-testbench3
|
tcl-testbench[x].sh: Use bash within shebang
|
4 years ago |
|
tcl-testbench4
|
convert charset to utf-8
|
5 years ago |