Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
nitrofurano
/
luascripts
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
221074a45a
Dallar
Biçim İmleri
master
luascripts
/
scripts
/
minimalexamples
/
maths
/
mathexp.lua
mathexp.lua
90 B
Geçmiş
Ham
1
2
3
4
5
for f=1,20,1 do
print("math.exp("..tostring(f)..")="..tostring(math.exp(f)))
end