Difference between revisions of "Manuals/calci/INTEGERDIVISION"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
#INTEGERDIVISION(1652,87.24) = 18 | #INTEGERDIVISION(1652,87.24) = 18 | ||
#INTEGERDIVISION(-6541,-124.005) = 52 | #INTEGERDIVISION(-6541,-124.005) = 52 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=o6zh558w8R4|280|center|Integer division}} | ||
==See Also== | ==See Also== | ||
Line 26: | Line 30: | ||
==References== | ==References== | ||
− | [http:// | + | [http://mathworld.wolfram.com/IntegerDivision.html IntegerDivision] |
*[[Z_API_Functions | List of Main Z Functions]] | *[[Z_API_Functions | List of Main Z Functions]] | ||
*[[ Z3 | Z3 home ]] | *[[ 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