Run ❯
Get your
own Java
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
public class Main { public static void main(String[] args) { System.out.println(Math.cbrt(0)); System.out.println(Math.cbrt(1)); System.out.println(Math.cbrt(27)); System.out.println(Math.cbrt(0.64)); System.out.println(Math.cbrt(-27)); } }
0.0
1.0
3.0
0.8617738760127535
-3.0