ngspice/src/ciderlib
rlar 84761c125f fix erfc() usage in cider
cider relied on our broken ngspice variant of erfc() which behaved as
  erfc_ngspice(x) = erfc(fabs(x))

Note:
  apart from cider, erfc is used in
    devices/ltra/ltramisc.c
      always with positive argument
  and
    src/frontend/spec.c
      again always with positive argument
Thus, the difference in implementation
 never mathered anywhere except in cider
2017-10-28 12:38:36 +02:00
..
input
oned fix erfc() usage in cider 2017-10-28 12:38:36 +02:00
support
twod fix erfc() usage in cider 2017-10-28 12:38:36 +02:00
Makefile.am
notes