Format double value in scientific notation

Posted by Daniel G. R. on Stack Overflow See other posts from Stack Overflow or by Daniel G. R.
Published on 2010-05-31T16:37:06Z Indexed on 2010/06/02 13:24 UTC
Read the original article Hit count: 290

I have a double number like 223.45654543434 and I need to show it like "0.223x10E-3".

How can I do this in Java?

© Stack Overflow or respective owner

Related posts about java

Related posts about homework