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.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