Difference between revisions of "Manuals/calci/INTDIV"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "intdiv")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
intdiv
+
<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
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=o6zh558w8R4|280|center|Integer division}}
 +
 
 +
==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 ]]

Latest revision as of 15: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

  1. INTDIV(85,4) = 21
  2. INTDIV(983,5) = 196
  3. INTDIV(-453,3) = -151

Related Videos

Integer division

See Also

References

Divide