mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
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:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user