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.scalb(1.5, 4)); System.out.println(Math.scalb(1.0, 5)); System.out.println(Math.scalb(1.2, 0)); System.out.println(Math.scalb(1.85, 10)); } }
24.0
32.0
1.2
1894.4