x = (255 / 100) * 100print(x == 255)print(string.format("%.20f", x))
Standard input is empty
false 254.99999999999997157829
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!