The calculation process is as follows:
Multiplication is a shortcut to add up the same numbers. The result of its operation is called product, and "X" is the symbol of multiplication. From the philosophical point of view, multiplication is the result of qualitative change caused by additive quantity. The multiplication of integers (including negative numbers), rational numbers (fractions) and real numbers is a systematic summary of this basic definition.
Division is one of the four operations. Given the product of two factors and a non-zero factor, the operation of finding another factor is called division. Division of two numbers is also called the ratio of two numbers.
The vertical calculation of extended data refers to a vertical calculation in the calculation process, which makes the calculation simple. In addition calculation, the same numbers are aligned. If the sum exceeds 10, it will move forward to 1. When subtracting, the same numbers are aligned. If it is not enough, borrow 1 from the last digit as 10.
increase
The i-th bit of one number is multiplied by the j-th bit of another number.
It should be added to i+j- 1 bit of the product.
separate
For example, 42 divided by 7.
On a scale of 4 [from high to low]. When calculating the division vertically, start from most significant bit, such as: 42 from most significant bit 4; If it is not divisible, such as: 4 is not divisible by 7, then use the highest bit and the next bit to synthesize a number to be divisible until it can be divisible by the divisor; For example, if 4 can't be divided by 7 in 42, then 4 and 2 are combined into a number. If 42 is divided by 7, the quotient is 6.
reference data
Vertical Computing _ Baidu Encyclopedia