Difference between revisions of "Manuals/calci/INTDIV"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
#INTDIV(983,5) = 196 | #INTDIV(983,5) = 196 | ||
#INTDIV(-453,3) = -151 | #INTDIV(-453,3) = -151 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=o6zh558w8R4|280|center|Integer division}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:31, 14 January 2019
INTDIV (Number,Divisor)
- and are any real numbers.
Description
- This function returns Quotient of the Division.
- But this will return the integer part of quotient 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.
- Here ,both of the parameters are any real numbers.
- It returns the value of the quotient.
- So Quotient is the result of the division of one number or quantity by another.
- When the quotient of the number is positive,then it is converting round down to the number.
- When the quotient is negative, then it is converting round down to the negative number.
- For example,INTDIV(9,2) = 4 and INTDIV(9,-2) = -5.
Examples
- INTDIV(85,4) = 21
- INTDIV(983,5) = 196
- INTDIV(-453,3) = -151