added check for Nan
This commit is contained in:
		
							parent
							
								
									e27071de78
								
							
						
					
					
						commit
						7e8422d810
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,8 @@
 | 
			
		|||
double __huge_val(void);	/* may be infinity */
 | 
			
		||||
#define	HUGE_VAL	(__huge_val())
 | 
			
		||||
 | 
			
		||||
int	__IsNan(double d);	/* test for Not A Number */
 | 
			
		||||
 | 
			
		||||
double	acos(double _x);
 | 
			
		||||
double	asin(double _x);
 | 
			
		||||
double	atan(double _x);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue