fork download
  1. x <- (255 / 100) * 100
  2.  
  3. print(x == 255)
  4. print(sprintf("%.20f", x))
Success #stdin #stdout 0.24s 38804KB
stdin
Standard input is empty
stdout
[1] FALSE
[1] "254.99999999999997157829"