> Functions
Calculates the logarithm in base 10 of the number number.
NaN.In Python, math.log10() 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.
log10(1) // 0 log10(10) // 1 log10(1000000) // 6
Impossible de charger les données du jeu.
Vérifiez votre connexion et réessayez.