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 use char variants of the <ctype.h> toxxxx() family 2016-03-09 20:24:36 +01:00
oned fix erfc() usage in cider 2017-10-28 12:38:36 +02:00
support CIDER, use controlled_exit(1) instead of exit(1) 2017-03-25 18:44:00 +01:00
twod fix erfc() usage in cider 2017-10-28 12:38:36 +02:00
Makefile.am Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
notes Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00