fork download
  1. x = (255 / 100) * 100
  2. print(x == 255)
  3. print(string.format("%.20f", x))
Success #stdin #stdout 0.01s 5392KB
stdin
Standard input is empty
stdout
false
254.99999999999997157829