local x = 2.93
local a = 10 + 2 ^ -49
local b = 10
print(a > b)
print(math.log(x, a) < math.log(x, b))
print(math.log(x, a) == math.log(x, b))