Double to scientific notation in java

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/05/31 16:43 UTC
Read the original article Hit count: 219

Hi everyone,

I have a double number like 223.45654543434 and I need to show it like 0.223x10E-3 for example,

how can I do it in java????????

URGENT!!!!!!!!!!! thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about formatting