About 2,440,000 results
Open links in new tab
  1. arithmetic - Factorial, but with addition - Mathematics Stack …

    Apr 21, 2015 · Explore related questions arithmetic factorial See similar questions with these tags.

  2. arithmetic - What are the formal names of operands and results …

    I'm trying to mentally summarize the names of the operands for basic operations. I've got this so far: Addition: Augend + Addend = Sum. Subtraction: Minuend - Subtrahend = Difference. …

  3. arithmetic - Rules for rounding (positive and negative numbers ...

    I'm looking for clear mathematical rules on rounding a number to n n decimal places. Everything seems perfectly clear for positive numbers. Here is for example what I found on …

  4. What is the difference between arithmetic and geometrical series ...

    Nov 26, 2014 · An arithmetic sequence is characterised by the fact that every term is equal to the term before plus some fixed constant, called the difference of the sequence.

  5. Arithmetic Overflow and Underflowing - Mathematics Stack …

    The term arithmetic underflow (or "floating point underflow", or just "underflow") is a condition in a computer program where the result of a calculation is a number of smaller absolute value than …

  6. mental arithmetic - Fastest way to multiply small numbers with …

    Explore related questions mental-arithmetic See similar questions with these tags.

  7. What is a nonarithmetic distribution? can give an example?

    Jan 10, 2020 · Just to clarify: any finite set of real numbers can be viewed as part of an arithmetic progression,. My example gave an infinite set which is clearly not part of an arithmetic …

  8. numerical methods - How do you mathematically round a number ...

    How does someone mathematically round a number to its nearest integer? For example 1.2 would round down to 1 and 1.7 would round up to 2

  9. arithmetic - Finding the nth term in a repeating number sequence ...

    I'm trying to figure out how to solve these types of repeating number sequence problems. Here is one I made up: Consider the following repeating number sequence: {4, 8, 15, 16, 23, 42, 4, 8, …

  10. arithmetic - Modulo 2 binary division (XOR not subtracting) …

    I have attached an image showing a Modulo 2 binary division. I can roughly understand the working below which is using XOR calculation but I am not sure how the answer (in red) is …