> Functions
Calculates the square root of the number number.
In Python, math.sqrt() is the native function of the math module: if number < 0, it raises a ValueError (math domain error) instead of returning NaN as LeekScript does.
sqrt(1) // 1 sqrt(2) // 1.41421356237 sqrt(4) // 2 sqrt(31329) // 177
Impossible de charger les données du jeu.
Vérifiez votre connexion et réessayez.