summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex78.pp
blob: 22676ac0c600569a5cca4fd64c1cc12465f5d8fb (plain)
1
2
3
4
5
6
7
Program Example78;

{ Program to demonstrate the Power function. }

begin
  Writeln (Power(exp(1.0),1.0):8:2); { Should print 2.72 }
end.