aspose file tools
The moose likes Java in General and the fly likes Scientific notation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Scientific notation

Giselle Dazzi
Ranch Hand

Joined: Apr 20, 2003
Posts: 168
Hi all,
I have a function that receives a double as a parameter. It�s not functioning properly when a receive a very small number in scientific notation.
How can change the notation of a number from scientific to regular ?
Can I detect a number is coming in that notation ?
thx


Giselle Dazzi<br />SCJP 1.4
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
Ummm, is the just a duplicate of this thread, or do you have some other question?


"I'm not back." - Bill Harding, Twister
Giselle Dazzi
Ranch Hand

Joined: Apr 20, 2003
Posts: 168
Basically the same question, this one I had done more research and thought it would be a topic for the advanced forum...
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
OK, thanks. I'm closing this one to avoid duplicate conversations.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Scientific notation
 
Similar Threads
Rounding problem
Changing number format to NOT do Scientific Notation....ever...
Displaying large doubles without scientific notation
About casting(How it is possible?)
Trouble with double primitive type