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.toRadians(57)); System.out.println(Math.toRadians(180)); System.out.println(Math.toRadians(45)); System.out.println(Math.toRadians(-30)); System.out.println(Math.toRadians(340)); } }
0.9948376736367679
3.141592653589793
0.7853981633974483
-0.5235987755982988
5.934119456780721