mirror of https://github.com/python/cpython
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:
parent
8c47cabbe9
commit
f8db82242b
|
@ -35,6 +35,8 @@ copysign(double x, double y)
|
|||
#endif /* HAVE_COPYSIGN */
|
||||
|
||||
#ifndef HAVE_LOG1P
|
||||
#include <float.h>
|
||||
|
||||
double
|
||||
log1p(double x)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue