local a = 200 local b = 2 local L = b * math.log10(a) local f = L - math.floor(L) print((10^f) * 10) -- Proof print(20^2)
To embed this project on your website, copy the following code and paste it into your website's HTML: