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 |
| .. |
|
foreach_bjt_ft.sp
|
updates for .measure
|
17 years ago |
|
if-batchmode.cir
|
main.c, add variable 'batchmode'
|
10 years ago |
|
if-test-1.cir
|
cpitf.c, cp_istrue(), avoid surplus Warning Message when an `if' condition expands to nothing
|
10 years ago |
|
new-check-3.sp
|
new operation in control blocks
|
16 years ago |
|
new-check-4.sp
|
new operation in control blocks
|
16 years ago |
|
repeat3.sp
|
comments, new examples
|
16 years ago |
|
s-param.cir
|
S-parameters: Replace S11 by S_1_1 etc. to avoid ambiguity
|
4 years ago |