Ens torna l'arrel quadrada de x.
x El nombre sobre el que aplicar l'operació.
x
function init() local x = {0, 4.1, 25, 118336, -4.3} cls() for i=1,#x do print("Arrel quadrada de "..x[i].." = "..sqrt(x[i]), 0, i-1) end end
Deleting the wiki page "sqrt" cannot be undone. Continue?