mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
Program Example78;
 | 
						|
 | 
						|
{ Program to demonstrate the Power function. }
 | 
						|
 | 
						|
begin
 | 
						|
  Writeln (Power(exp(1.0),1.0):8:2); { Should print 2.72 }
 | 
						|
end.
 |