(subplot, r)
| 29 | } |
| 30 | |
| 31 | function scale(subplot, r) { |
| 32 | return r * subplot.radius; |
| 33 | } |
| 34 | |
| 35 | function reactanceArc(subplot, X, R1, R2) { |
| 36 | var t1 = transform(subplot, smith([R1, X])); |
no outgoing calls
no test coverage detected
searching dependent graphs…