enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Methods of computing square roots - Wikipedia

    en.wikipedia.org/wiki/Methods_of_computing...

    A method analogous to piece-wise linear approximation but using only arithmetic instead of algebraic equations, uses the multiplication tables in reverse: the square root of a number between 1 and 100 is between 1 and 10, so if we know 25 is a perfect square (5 × 5), and 36 is a perfect square (6 × 6), then the square root of a number greater than or equal to 25 but less than 36, begins with ...

  3. Square root - Wikipedia

    en.wikipedia.org/wiki/Square_root

    The square root of a positive integer is the product of the roots of its prime factors, because the square root of a product is the product of the square roots of the factors. Since p 2 k = p k , {\textstyle {\sqrt {p^{2k}}}=p^{k},} only roots of those primes having an odd power in the factorization are necessary.

  4. 36 (number) - Wikipedia

    en.wikipedia.org/wiki/36_(number)

    Aside from being the smallest square triangular number other than 1, it is also the only triangular number (other than 1) whose square root is also a triangular number. 36 is also the eighth refactorable number, as it has exactly nine positive divisors, and 9 is one of them; [3] in fact, it is the smallest positive integer with at least nine ...

  5. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    A root of degree 2 is called a square root and a root of degree 3, a cube root. Roots of higher degree are referred by using ordinal numbers, as in fourth root, twentieth root, etc. The computation of an n th root is a root extraction. For example, 3 is a square root of 9, since 3 2 = 9, and −3 is also a square root of 9, since (−3) 2 = 9.

  6. Square triangular number - Wikipedia

    en.wikipedia.org/wiki/Square_triangular_number

    All square triangular numbers have the form , where is a convergent to the continued fraction expansion of , the square root of 2. [ 4 ] A. V. Sylwester gave a short proof that there are infinitely many square triangular numbers: If the n {\displaystyle n} th triangular number n ( n + 1 ) 2 {\displaystyle {\tfrac {n(n+1)}{2}}} is square, then ...

  7. Integer square root - Wikipedia

    en.wikipedia.org/wiki/Integer_square_root

    /// Performs a Karatsuba square root on a `u64`. pub fn u64_isqrt (mut n: u64)-> u64 {if n <= u32:: MAX as u64 {// If `n` fits in a `u32`, let the `u32` function handle it. return u32_isqrt (n as u32) as u64;} else {// The normalization shift satisfies the Karatsuba square root // algorithm precondition "a₃ ≥ b/4" where a₃ is the most ...

  8. Square root of 2 - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_2

    The square root of 2 (approximately 1.4142) is the positive real number that, when multiplied by itself or squared, equals the number 2.

  9. Square (algebra) - Wikipedia

    en.wikipedia.org/wiki/Square_(algebra)

    The square of an integer may also be called a square number or a perfect square. In algebra, the operation of squaring is often generalized to polynomials, other expressions, or values in systems of mathematical values other than the numbers. For instance, the square of the linear polynomial x + 1 is the quadratic polynomial (x + 1) 2 = x 2 ...