Difference between revisions of "Manuals/calci/INTEGERDIVISION"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "integer")
 
Line 1: Line 1:
integer
+
<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
 +
 
 +
==See Also==
 +
*[[Manuals/calci/INT| INT]]
 +
*[[Manuals/calci/INTDIV| INTDIV]]
 +
*[[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 13:46, 28 March 2017

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

  1. INTEGERDIVISION(9,4) = 2
  2. INTEGERDIVISION(873,19) = 45
  3. INTEGERDIVISION(1652,87.24) = 18
  4. INTEGERDIVISION(-6541,-124.005) = 52

See Also

References

Divide