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.expm1(0)); System.out.println(Math.expm1(1)); System.out.println(Math.expm1(10)); System.out.println(Math.expm1(4.8)); System.out.println(Math.expm1(Math.E)); } }
0.0
1.718281828459045
22025.465794806718
120.51041751873485
14.154262241479262