The Artima Developer Community
Sponsored Link

Java Answers Forum
Decimal Numbers Manipulation

3 replies on 1 page. Most recent reply: Jul 30, 2003 9:15 AM by Greg Lehane

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Raj

Posts: 2
Nickname: leovish
Registered: Jul, 2003

Decimal Numbers Manipulation Posted: Jul 29, 2003 5:33 PM
Reply to this message Reply
Advertisement
I am new to Java, please forgive me if I sound stupid.

1) Is there any way to display the double value wihtout a decimal point if it doesn't have anything except 0's after the decimal? For example, 3.1 would display as it is, but 3.0 should display as 3 (and not 3.0).

2) How can we specify the number of decimal digits we want to display for a particular double type variable?

3) Is there any way we can force the computer to display double type variables (having very small value) as floating point notation instead of scientific notation?

Thanks a lot.


David

Posts: 18
Nickname: malven
Registered: Jul, 2003

Re: Decimal Numbers Manipulation Posted: Jul 29, 2003 6:29 PM
Reply to this message Reply
Look at java.text.DecimalFormat.

Raj

Posts: 2
Nickname: leovish
Registered: Jul, 2003

Re: Decimal Numbers Manipulation Posted: Jul 29, 2003 7:01 PM
Reply to this message Reply
Have already looked there. Didn't find anything specific. Can you please give me an example of a method from that class which will solve one of my questions?

> Look at java.text.DecimalFormat.

Greg Lehane

Posts: 33
Nickname: glehane
Registered: Jun, 2003

Re: Decimal Numbers Manipulation Posted: Jul 30, 2003 9:15 AM
Reply to this message Reply
http://www.javaalmanac.com/egs/java.text/FormatNum.html

=- Greg

Flat View: This topic has 3 replies on 1 page
Topic: How to realize my project Previous Topic   Next Topic Topic: How to resolve applet-microsoft jdbc driver issue?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use