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))
This commit is contained in:
rlar
2017-10-28 12:38:32 +02:00
parent ca57447f6c
commit c900cc8824
8 changed files with 1 additions and 187 deletions
-1
View File
@@ -1101,7 +1101,6 @@
<ClCompile Include="..\src\maths\misc\accuracy.c" />
<ClCompile Include="..\src\maths\misc\bernoull.c" />
<ClCompile Include="..\src\maths\misc\equality.c" />
<ClCompile Include="..\src\maths\misc\erfc.c" />
<ClCompile Include="..\src\maths\misc\logb.c" />
<ClCompile Include="..\src\maths\misc\norm.c" />
<ClCompile Include="..\src\maths\misc\randnumb.c" />
-3
View File
@@ -120,9 +120,6 @@
/* Define to 1 if you have the `endpwent' function. */
/* #undef HAVE_ENDPWENT */
/* Define to 1 if you have the `erfc' function. */
#define HAVE_ERFC 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
-1
View File
@@ -1540,7 +1540,6 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<ClCompile Include="..\src\maths\misc\accuracy.c" />
<ClCompile Include="..\src\maths\misc\bernoull.c" />
<ClCompile Include="..\src\maths\misc\equality.c" />
<ClCompile Include="..\src\maths\misc\erfc.c" />
<ClCompile Include="..\src\maths\misc\logb.c" />
<ClCompile Include="..\src\maths\misc\norm.c" />
<ClCompile Include="..\src\maths\misc\randnumb.c" />
-1
View File
@@ -1506,7 +1506,6 @@
<ClCompile Include="..\src\maths\misc\accuracy.c" />
<ClCompile Include="..\src\maths\misc\bernoull.c" />
<ClCompile Include="..\src\maths\misc\equality.c" />
<ClCompile Include="..\src\maths\misc\erfc.c" />
<ClCompile Include="..\src\maths\misc\logb.c" />
<ClCompile Include="..\src\maths\misc\norm.c" />
<ClCompile Include="..\src\maths\misc\randnumb.c" />