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.exp(0)); System.out.println(Math.exp(1)); System.out.println(Math.exp(10)); System.out.println(Math.exp(4.8)); System.out.println(Math.exp(Math.E)); } }
1.0
2.718281828459045
22026.465794806718
121.51041751873485
15.154262241479262