nextUp

fun nextUp(f: Float): Float

Return the least float that compares greater than f consistently with Float.compare. The only difference with Math.nextUp is that this method returns +0f when the argument is -0f.