Difference between revisions of "Manuals/calci/INTEGERDIVISION"
Jump to navigation
Jump to search
(Created page with "integer") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''INTEGERDIVISION (Numerator,Denominator)'''</div><br/> | |
+ | *<math>Numerator</math> and <math>Denominator</math> are any positive real numbers. | ||
+ | |||
+ | ==Description== | ||
+ | *This function returns the quotient of the division. | ||
+ | *The result of the quotient will be in Integer part only. | ||
+ | *Division is one of the four basic operations of arithmetic. | ||
+ | *Division is splitting into equal parts or groups. | ||
+ | *Division is the repeated subtraction and it is the opposite of Multiplication. | ||
+ | *The division of two natural numbers is the process of calculating the number of times one number is contained within one another. | ||
+ | *In <math>INTEGERDIVISION(Numerator,Denominator)</math>, <math>Numerator</math> and <math>Denominator</math> are any positive real numbers. | ||
+ | *Numerator is the dividend and denominator is the divisor. | ||
+ | *This function will return the result as error when the denominator is in negative number. | ||
+ | |||
+ | ==Examples== | ||
+ | #INTEGERDIVISION(9,4) = 2 | ||
+ | #INTEGERDIVISION(873,19) = 45 | ||
+ | #INTEGERDIVISION(1652,87.24) = 18 | ||
+ | #INTEGERDIVISION(-6541,-124.005) = 52 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=o6zh558w8R4|280|center|Integer division}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/INT| INT]] | ||
+ | *[[Manuals/calci/INTDIV| INTDIV]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | [http://mathworld.wolfram.com/IntegerDivision.html IntegerDivision] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:32, 14 January 2019
INTEGERDIVISION (Numerator,Denominator)
- and are any positive real numbers.
Description
- This function returns the quotient of the division.
- The result of the quotient will be in Integer part only.
- Division is one of the four basic operations of arithmetic.
- Division is splitting into equal parts or groups.
- Division is the repeated subtraction and it is the opposite of Multiplication.
- The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
- In , and are any positive real numbers.
- Numerator is the dividend and denominator is the divisor.
- This function will return the result as error when the denominator is in negative number.
Examples
- INTEGERDIVISION(9,4) = 2
- INTEGERDIVISION(873,19) = 45
- INTEGERDIVISION(1652,87.24) = 18
- INTEGERDIVISION(-6541,-124.005) = 52