fork download
  1. import static java.lang.Math.*;
  2.  
  3.  
  4. class Example {
  5. public static void main (String[] args) {
  6. System.out.println(cos(PI));
  7. }
  8. }
Success #stdin #stdout 0.08s 32804KB
stdin
Standard input is empty
stdout
-1.0