mathexp.lua 90 B

12345
  1. for f=1,20,1 do
  2. print("math.exp("..tostring(f)..")="..tostring(math.exp(f)))
  3. end