repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make distcheck happy
[gnucap-felix.git]
/
tests
/
param.10.ckt
blob
9324e12c1cf3e1f5a48c6cdf90223e7c2c3a0367
1
'parameter function call test
2
.option numdgt 7
3
.option list
4
.param a='sin(1)'
5
.eval a
6
.param b=sin(1)
7
.eval b
8
.param c=pow(2,2)
9
.eval c
10
.param d=pow(sqrt(2+2),2)
11
.eval d
12
.param e='3+c'
13
.eval e
14
.param f='c+3'
15
.eval f
16
.param g=c+3
17
.eval g
18
.param h=3+c
19
.eval h
20
.end
21