division
Division is a mathematical operation that combines two numbers, the dividend and the divisor, to produce a quotient. It answers how many times the divisor is contained in the dividend. It is typically written as a ÷ b or a/b. In arithmetic over real numbers or complex numbers, division by zero is undefined.
In fields and most number systems, division is the inverse of multiplication: a/b × b = a for
Dividing integers yields a quotient and remainder: for integers a and b ≠ 0, there exist unique
Divisibility: a divides b, written a|b, if ∃ k with b = a k.
Division in algebra: a division ring is a ring where every nonzero element has a multiplicative inverse;
Computing: many programming languages distinguish between true division (producing a floating result) and integer division (quotient
Representations: rational numbers are ratios p/q; performing long division yields terminating or repeating decimals.