Kaydet (Commit) f8db8224 authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

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
üst 8c47cabb
......@@ -35,6 +35,8 @@ copysign(double x, double y)
#endif /* HAVE_COPYSIGN */
#ifndef HAVE_LOG1P
#include <float.h>
double
log1p(double x)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment