https://kotlinlang.org logo
j

jw

03/06/2018, 3:27 PM
Copy code
var f = 0f
while (f < 1f) {
  // do something with f
  f = Math.nextUp(f)
}
🧌