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

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

  6. 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. It may be written in mathematics as or . It is an algebraic number, and therefore not a transcendental number.

  7. Square number - Wikipedia

    en.wikipedia.org/wiki/Square_number

    Square number. Square number 16 as sum of gnomons. In mathematics, a square number or perfect square is an integer that is the square of an integer; [1] in other words, it is the product of some integer with itself. For example, 9 is a square number, since it equals 32 and can be written as 3 × 3.

  8. Newton's method - Wikipedia

    en.wikipedia.org/wiki/Newton's_method

    In numerical analysis, the Newton–Raphson method, also known simply as Newton's method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real -valued function. The most basic version starts with a real-valued function f, its derivative f ...

  9. Quadratic integer - Wikipedia

    en.wikipedia.org/wiki/Quadratic_integer

    In particular √ D belongs to Z[ω], being a root of the equation x 2 − D = 0, which has 4D as its discriminant. The square root of any integer is a quadratic integer, as every integer can be written n = m 2 D, where D is a square-free integer, and its square root is a root of x 2 − m 2 D = 0.