mantissa and exponent to decimal conversion in java?
Posted
by GK
on Stack Overflow
See other posts from Stack Overflow
or by GK
Published on 2010-06-09T18:40:09Z
Indexed on
2010/06/09
18:52 UTC
Read the original article
Hit count: 212
java
I am trying to print a double value in my java code. but it is printing in matissa and exponent format which I dont want to. ie for example:
instead of printing 1234567 it is printing 1.234567E6
how to avoid that.
© Stack Overflow or respective owner