Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Mathematics in Java

    How do you mean?
  2. [SOLVED] Re: Mathematics in Java

    because if i calculate the 6th root of 64999999 then it will be just under 19.9999999999999998, but it shouldn't be rounded up to 20, it should be rounded down to 19 xD

    Chris
  3. [SOLVED] Re: Mathematics in Java

    Hehe thanks, but I still face one problem and that is when I wish to calculate the 6th root of 64000000, which is 20. But java makes it aprox 19.999999999999998. Unfortunately rounding is not an...
  4. [SOLVED] Re: Mathematics in Java

    ARRRRRRRRRGGGGGGGHHHHHHHHHHH

    I should make the 1/6 into a double... I think I may kill someone!
  5. [SOLVED] Problem with nth square root of any number

    OK, so now I think this is sending me crazy. I'm looking at a problem that is a mathematical problem. Now I have no problem coming up with a solution to it, that runs in under 1 second. However I...
Results 1 to 5 of 5