Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,435

    [SOLVED] Re: how to string a number?

    you dont need the loop at all....
  2. Replies
    6
    Views
    2,435

    [SOLVED] Re: how to string a number?

    get rid of the while loop altogether xD
  3. Replies
    6
    Views
    2,435

    [SOLVED] Re: how to string a number?

    Integer.toString(3.1415)
    you can use this for pi if you want more acuracy

    Math.PI

    Regards,
    Chris
Results 1 to 3 of 3