fork download
  1. class Ideone
  2. {
  3. public static void main (String[] args) {
  4. String str = "2.811138559374119e+02";
  5.  
  6. double d = Double.parseDouble(str);
  7.  
  8. System.out.println(d);
  9. }
  10. }
Success #stdin #stdout 0.08s 380224KB
stdin
Standard input is empty
stdout
281.1138559374119