diff options
author | 2017-01-22 23:36:54 +0100 | |
---|---|---|
committer | 2017-01-25 22:17:46 +0100 | |
commit | 093bda019317a5a66699b35f8b25ab73802f1f1c (patch) | |
tree | b0e35b6f83d8cba9f7d69eda8c857cf799f1bfc1 /nl_examples/congo_bongo.c | |
parent | 624463dc3457e2719af007a6afee3da107af4a94 (diff) |
Added infix notation parsing to the function parser. (nw)
Diffstat (limited to 'nl_examples/congo_bongo.c')
-rw-r--r-- | nl_examples/congo_bongo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c index b8ef3c181df..c7179847048 100644 --- a/nl_examples/congo_bongo.c +++ b/nl_examples/congo_bongo.c @@ -374,7 +374,7 @@ NETLIST_START(G501534_DIP) //AFUNC(f, 2, "A0 A1 A1 A1 * * 0.01 * *") //AFUNC(f, 2, "A0") //AFUNC(f, 2, "A0 6 - A1 3 pow * 0.02 * 6 +") - AFUNC(f, 2, "A0 A1 3 pow * 0.02 *") + AFUNC(f, 2, "A0 * pow(A1,3.0) * 0.02") /* * 12: VCC |