When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Integer square root - Wikipedia

    en.wikipedia.org/wiki/Integer_square_root

    One can prove [citation needed] that = is the largest possible number for which the stopping criterion | + | < ensures ⌊ + ⌋ = ⌊ ⌋ in the algorithm above.. In implementations which use number formats that cannot represent all rational numbers exactly (for example, floating point), a stopping constant less than 1 should be used to protect against round-off errors.

  3. 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 ...

  4. Fast inverse square root - Wikipedia

    en.wikipedia.org/wiki/Fast_inverse_square_root

    Lighting and reflection calculations, as in the video game OpenArena, use the fast inverse square root code to compute angles of incidence and reflection.. Fast inverse square root, sometimes referred to as Fast InvSqrt() or by the hexadecimal constant 0x5F3759DF, is an algorithm that estimates , the reciprocal (or multiplicative inverse) of the square root of a 32-bit floating-point number in ...

  5. Square root - Wikipedia

    en.wikipedia.org/wiki/Square_root

    For example, in /, any multiple of n is a square root of 0. Geometric construction of the square root Constructing the length x = a {\displaystyle x={\sqrt {a}}} , given the a {\displaystyle a} and the unit length The Spiral of Theodorus up to the triangle with a hypotenuse of √ 17 Jay Hambidge 's construction of successive square roots using ...

  6. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    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. The n th root of x is written as using the radical symbol. The square root is usually written as ⁠ ⁠, with the degree omitted.

  7. Square root of a matrix - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_a_matrix

    Some matrices have no square root. An example is the matrix [] . Notice that some ideas from number theory do not carry over to matrices: The square root of a nonnegative integer must either be another integer or an irrational number, excluding non-integer rationals. Contrast that to a matrix of integers, which can have a square root whose ...

  8. Square triangular number - Wikipedia

    en.wikipedia.org/wiki/Square_triangular_number

    Therefore, is triangular (is an integer) if and only if + is square. Consequently, a square number is also triangular if and only if + is square, that is, there are numbers and such that =.

  9. Tonelli–Shanks algorithm - Wikipedia

    en.wikipedia.org/wiki/Tonelli–Shanks_algorithm

    The Tonelli–Shanks algorithm can (naturally) be used for any process in which square roots modulo a prime are necessary. For example, it can be used for finding points on elliptic curves. It is also useful for the computations in the Rabin cryptosystem and in the sieving step of the quadratic sieve.