Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    58,508

    Re: Java program Square root

    You can use
    which is actually root 10 * log(x) to find it also. or read up on babylonian Method, the true iterative method, for those numbers whose square root is not an integer such as 8.

    Chris
  2. Replies
    5
    Views
    58,508

    Re: Java program Square root

    Math.sqrt(n);

    Easy :) I'm sure you can work it out

    Regards,
    Chris
Results 1 to 2 of 2