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))
9 years ago
rlar
6c8f002eea
unify #ifndef include wrapper
13 years ago
rlar
1ee88a5694
prepare for #ifndef include wrapper unification
13 years ago
rlar
dc2938812b
revert last commit, simply insane
14 years ago
rlar
8b4cbf05c9
wrap isnan declaration, isnan is a macro on modern systems
14 years ago
rlar
738d3813b8
#2/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
dwarning
33cfd6e886
fix a conflict for isinf
17 years ago
dwarning
91f10abc65
small polish regarding HAVE_DECL_XXX macros
17 years ago
dwarning
c702897d13
correct HAVE_DECL_XXX asking
17 years ago
dwarning
abc18c40f0
try to catch isinf over ieeefp.h
17 years ago
dwarning
af03646462
POSIX conform configure isnan
17 years ago
dwarning
b32feaa18d
hopefull better scalb handling
18 years ago
dwarning
28e90e6330
Using a real double compare to equal.
18 years ago
dwarning
6464cf535d
backup - no unique long long function
19 years ago
dwarning
b22a7666c1
AlmostEqualUlps in double is needed
19 years ago
dwarning
b7e71db2ad
AlmostEqualUlps on central place
19 years ago
pnenzi
742186b44f
Trimmed include file and removed some warnings.
22 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago