Run ❯
Get your
own Java
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
public class Main { public static void main(String[] args) { System.out.println(Math.nextUp(1.0f)); System.out.println(Math.nextUp(1.0)); System.out.println(Math.nextUp(0.5f)); System.out.println(Math.nextUp(0.5)); System.out.println(Math.nextUp(Math.PI)); System.out.println(Math.nextUp(3.1415927f)); } }
1.0000001
1.0000000000000002
0.50000006
0.5000000000000001
3.1415926535897936
3.141593