ngspice/src/maths/misc
rlar c900cc8824 drop ngspice internal implementation of erfc()
which these days is guaranteed to be provided by <math.h>

note,
  our own implementation was incorrect anyway.
  it evaluated to
    erfc_ngspice(x) = erfc(fabs(x))
2017-10-28 12:38:32 +02:00
..
Makefile.am drop ngspice internal implementation of erfc() 2017-10-28 12:38:32 +02:00
accuracy.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
accuracy.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
bernoull.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
bernoull.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
equality.c rewrite AlmostEqualUlps() to avoid compiler warnings concerning `strict-aliasing' 2013-12-31 16:11:03 +01:00
isinf.c avoid overlapping "Dummy" symbols 2013-12-31 16:41:26 +01:00
isnan.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
logb.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
norm.c remove unused variables 2012-12-01 16:05:20 +01:00
norm.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
randnumb.c introduce include file "ngspice/randnumb.h" 2016-08-15 11:30:26 +02:00
scalb.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
test_accuracy.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00