Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
nitrofurano
/
luascripts
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
luascripts
/
scripts
/
minimalexamples
/
maths
/
mathexp.lua
mathexp.lua
90 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
for f=1,20,1 do
print("math.exp("..tostring(f)..")="..tostring(math.exp(f)))
end