mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	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
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -35,6 +35,8 @@ copysign(double x, double y)
 | 
			
		|||
#endif /* HAVE_COPYSIGN */
 | 
			
		||||
 | 
			
		||||
#ifndef HAVE_LOG1P
 | 
			
		||||
#include <float.h>
 | 
			
		||||
 | 
			
		||||
double
 | 
			
		||||
log1p(double x)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue