enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Square root - Wikipedia

    en.wikipedia.org/wiki/Square_root

    Square root. Notation for the (principal) square root of x. For example, √ 25 = 5, since 25 = 5 ⋅ 5, or 52 (5 squared). In mathematics, a square root of a number x is a number y such that ; in other words, a number y whose square (the result of multiplying the number by itself, or ) is x. [1] For example, 4 and −4 are square roots of 16 ...

  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. Radical symbol - Wikipedia

    en.wikipedia.org/wiki/Radical_symbol

    In mathematics, the radical symbol, radical sign, root symbol, radix, or surd is a symbol for the square root or higher-order root of a number. The square root of a number x is written as. while the n th root of x is written as. It is also used for other meanings in more advanced mathematics, such as the radical of an ideal.

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

  6. Glossary of mathematical symbols - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_mathematical...

    √ (square-root symbol) Denotes square root and is read as the square root of. Rarely used in modern mathematics without a horizontal bar delimiting the width of its argument (see the next item). For example, √2. √ (radical symbol) 1. Denotes square root and is read as the square root of.

  7. Quadratic formula - Wikipedia

    en.wikipedia.org/wiki/Quadratic_formula

    Quadratic formula. The roots of the quadratic function y = ⁠ 1 2 ⁠x2 − 3x + ⁠ 5 2 ⁠ are the places where the graph intersects the x -axis, the values x = 1 and x = 5. They can be found via the quadratic formula. In elementary algebra, the quadratic formula is a closed-form expression describing the solutions of a quadratic equation.

  8. Mathematical operators and symbols in Unicode - Wikipedia

    en.wikipedia.org/wiki/Mathematical_operators_and...

    Mathematical operators and symbols are in multiple Unicode blocks. Some of these blocks are dedicated to, or primarily contain, mathematical characters while others are a mix of mathematical and non-mathematical characters. This article covers all Unicode characters with a derived property of "Math". [ 2 ][ 3 ]

  9. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    An nth root of a number x, where n is a positive integer, is any of the n real or complex numbers r whose n th power is x: Every positive real number x has a single positive n th root, called the principal n th root, which is written . For n equal to 2 this is called the principal square root and the n is omitted.