newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()
This commit is contained in:
		
				
					committed by
					
						 Yaakov Selkowitz
						Yaakov Selkowitz
					
				
			
			
				
	
			
			
			
						parent
						
							1592a0be0c
						
					
				
				
					commit
					f9b24fad7c
				
			| @@ -13,6 +13,6 @@ cargl(long double complex z) | |||||||
|        #ifdef _LDBL_EQ_DBL |        #ifdef _LDBL_EQ_DBL | ||||||
|          return carg (z); |          return carg (z); | ||||||
|        #else |        #else | ||||||
|          return atan2l (imag (z), real (z)); |          return atan2l (cimagl (z), creall (z)); | ||||||
|        #endif |        #endif | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user