mathlog.lua 43 B

1234
  1. for f=1,20,1 do
  2. print(math.log(f))
  3. end