any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>

Part of source_os2emx.patch in issue 3868
Reviewed by Amaury Forgeot d'Arc
This commit is contained in:
Andrew MacIntyre 2008-09-22 14:11:41 +00:00
parent 8c47cabbe9
commit f8db82242b
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ copysign(double x, double y)
#endif /* HAVE_COPYSIGN */
#ifndef HAVE_LOG1P
#include <float.h>
double
log1p(double x)
{