diff options
Diffstat (limited to 'src/elementaryFunctions/log10/testDoubleLog10.c')
-rw-r--r-- | src/elementaryFunctions/log10/testDoubleLog10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elementaryFunctions/log10/testDoubleLog10.c b/src/elementaryFunctions/log10/testDoubleLog10.c index 9063110d..55c764d4 100644 --- a/src/elementaryFunctions/log10/testDoubleLog10.c +++ b/src/elementaryFunctions/log10/testDoubleLog10.c @@ -420,7 +420,7 @@ 0.3345663906426585842979,0.0670148638928397127890} - +/* FIXME : assert à 1e-14 */ void dlog10sTest(void) { double in[]=SOURCE; |