11 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
    <tgmath.h> -- simple version used by "gimplify"
 | 
						|
 | 
						|
    last edit:  2007-02-12  D A Gwyn
 | 
						|
*/
 | 
						|
 | 
						|
/* XXX -- Can't be done right without compiler support; it *may* suffice to
 | 
						|
   use automatic coercion to type double with the <math.h> prototypes. */
 | 
						|
 | 
						|
#include    <math.h>
 | 
						|
#include    <complex.h>
 |