Difference between revisions of "Manuals/calci/INTDIV"
Jump to navigation
Jump to search
(Created page with "intdiv") |
|||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''INTDIV (Number,Divisor)'''</div><br/> | |
+ | *<math> Number</math> and <math> Divisor</math> 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 <math>INTDIV(Number,Divisor)</math>,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 | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DIVIDE| DIVIDE]] | ||
+ | *[[Manuals/calci/DIVISION| DIVISION]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | [http://www.mathsisfun.com/definitions/dividend.html Divide] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 14:00, 27 March 2017
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