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.tanh(3)); System.out.println(Math.tanh(-3)); System.out.println(Math.tanh(0)); System.out.println(Math.tanh(1)); } }
0.9950547536867305
-0.9950547536867305
0.0
0.7615941559557649