Small question from a newbie

Discussion in 'Programming General' started by Tiemen, Aug 1, 2010.

Small question from a newbie
  1. Unread #1 - Aug 1, 2010 at 7:48 AM
  2. Tiemen
    Joined:
    Mar 21, 2010
    Posts:
    3,913
    Referrals:
    1
    Sythe Gold:
    0

    Tiemen Grand Master
    Banned

    Small question from a newbie

    I'm currently making a task for university but i cant find this in my sillabus anywhere :O
    How can i round a double to a certain amount of digits?
    I know the things like Math.floor, Math.ceil, Math.rint and Math.round....

    So basically i want

    1.111 instead of 1.1111111111111112
     
  3. Unread #2 - Aug 1, 2010 at 11:16 AM
  4. blindkilla
    Joined:
    Jun 22, 2005
    Posts:
    1,896
    Referrals:
    0
    Sythe Gold:
    6
    Discord Unique ID:
    282000633404456960
    Discord Username:
    sogord

    blindkilla Guru
    $25 USD Donor New

    Small question from a newbie

  5. Unread #3 - Aug 1, 2010 at 2:29 PM
  6. db0winsanity
    Joined:
    Dec 28, 2008
    Posts:
    109
    Referrals:
    0
    Sythe Gold:
    0

    db0winsanity Active Member

    Small question from a newbie

    Code:
    public class roundToThree {
         public static void main(String[] args){
                 DecimalFormat twoDForm = new DecimalFormat("#.###");
                  System.out.println(twoDForm.format(10.1234));
         }
    }
     
  7. Unread #4 - Aug 2, 2010 at 3:44 PM
  8. Tiemen
    Joined:
    Mar 21, 2010
    Posts:
    3,913
    Referrals:
    1
    Sythe Gold:
    0

    Tiemen Grand Master
    Banned

    Small question from a newbie

    Thanks for the replies :)
    Anyways, created my own method already to do it (multiply, round, divide), so I only use things I've learnt yet :D
     
  9. Unread #5 - Aug 5, 2010 at 2:34 AM
  10. db0winsanity
    Joined:
    Dec 28, 2008
    Posts:
    109
    Referrals:
    0
    Sythe Gold:
    0

    db0winsanity Active Member

    Small question from a newbie

    Glad i could help, even if you didnt use it haha
     
< Creating own MMORPG | [GREAT CLIENT] Selling Affliction client [CHEAP] >

Users viewing this thread
1 guest


 
 
Adblock breaks this site