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

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

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

  3. arithmetic - How to determine if a binary addition/subtraction has an ...

    There are two differing conventions on how to handle carry-in/out for subtraction. Intel x86 and M68k use a carry-in as "borrow" (1 means subtract 1 more) and adapt their carry-out to mean the same, …

  4. Real life example to explain the Difference between Algebra and …

    Arithmetic could roughly be described as working with the numbers we know within a particular system of numbers, and is often related in some way to working with things called integers (whole numbers) …

  5. Overview of basic results on cardinal arithmetic

    Apr 13, 2012 · Are there some good overviews of basic formulas about addition, multiplication and exponentiation of cardinals (preferably available online)?

  6. Arithmetic Overflow and Underflowing - Mathematics Stack Exchange

    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 the …

  7. arithmetic - Daily exercises to speed up my mental calculations ...

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

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

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

  9. arithmetic - Modulo 2 binary division (XOR not subtracting) method ...

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

  10. arithmetic - Multiple divisions - Mathematics Stack Exchange

    Oct 20, 2018 · I was confused a bit with a little arithmetic here. For instance $1÷1÷2$ and $2÷3÷7$. BODMAS isn't effective in this case. My question is this: $2÷3÷7$ Am I to divide $2/3$ by $7$ or …