When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Square root of 3 - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_3

    The square root of 3 is the positive real number that, when multiplied by itself, gives the number 3. It is denoted mathematically as 3 {\textstyle {\sqrt {3}}} or 3 1 / 2 {\displaystyle 3^{1/2}} . It is more precisely called the principal square root of 3 to distinguish it from the negative number with the same property.

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

  5. Exponentiation - Wikipedia

    en.wikipedia.org/wiki/Exponentiation

    8.2.3.1 Examples. 8.2.4 Failure of power and logarithm identities. ... which is the definition of square root: / =. The definition of exponentiation ...

  6. Spiral of Theodorus - Wikipedia

    en.wikipedia.org/wiki/Spiral_of_Theodorus

    The spiral is started with an isosceles right triangle, with each leg having unit length.Another right triangle (which is the only automedian right triangle) is formed, with one leg being the hypotenuse of the prior right triangle (with length the square root of 2) and the other leg having length of 1; the length of the hypotenuse of this second right triangle is the square root of 3.

  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. Mathematical constant - Wikipedia

    en.wikipedia.org/wiki/Mathematical_constant

    The square root of 2 is equal to the length of the hypotenuse of a right-angled triangle with legs of length 1.. The square root of 2, often known as root 2 or Pythagoras' constant, and written as √ 2, is the unique positive real number that, when multiplied by itself, gives the number 2.

  9. Nested radical - Wikipedia

    en.wikipedia.org/wiki/Nested_radical

    In the case of two nested square roots, the following theorem completely solves the problem of denesting. [2]If a and c are rational numbers and c is not the square of a rational number, there are two rational numbers x and y such that + = if and only if is the square of a rational number d.