4 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <math.h>
 | |
| 
 | |
| double _power(double x, double y) { return pow(x, y); }
 | |
| 
 | 
| #include <math.h>
 | |
| 
 | |
| double _power(double x, double y) { return pow(x, y); }
 | |
| 
 |