Difference between revisions of "Manuals/calci/DIVPARTS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "DIVPARTS (Number,Divisor)")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DIVPARTS (Number,Divisor)
+
<div style="font-size:30px">'''DIVPARTS (Number,Divisor) '''</div><br/>
 +
*<math>Number</math> and <math>Divisor</math> is any values.
 +
 
 +
==Description==
 +
*This function shows the Quotient and remainder of the given numbers.
 +
*In <math>DIVPARTS (Number,Divisor)</math>,<math>Number</math> is the Dividend and <math>Divisor</math> is the Divisor of the Dividend of the division.
 +
*The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
 +
*It is showing Quotient and Remainder of the Dividend and Divisor.
 +
*So in the result,first value is the quotient and second value is the remainder.
 +
 
 +
==Examples==
 +
#DIVPARTS(20,5) = 4 0
 +
#DIVPARTS(180,22.3) = 8   1.5999999999999943
 +
#DIVPARTS(-70,6) = -12 2
 +
#DIVPARTS(7651,-89) =-86 -3
 +
#DIVPARTS(-10234,-189) = 54 -28
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=HdU_rf7eMTI|280|center|Division}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/DIVIDE| DIVIDE]]
 +
*[[Manuals/calci/DIVISIONOF | DIVISIONOF]]
 +
*[[Manuals/calci/DIVIDEBY | DIVIDEBY ]]
 +
 
 +
==References==
 +
[http://www.mathsisfun.com/definitions/dividend.html Divide]
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 14:47, 12 December 2018

DIVPARTS (Number,Divisor)


  • and is any values.

Description

  • This function shows the Quotient and remainder of the given numbers.
  • In , is the Dividend and is the Divisor of the Dividend of the division.
  • The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
  • It is showing Quotient and Remainder of the Dividend and Divisor.
  • So in the result,first value is the quotient and second value is the remainder.

Examples

  1. DIVPARTS(20,5) = 4 0
  2. DIVPARTS(180,22.3) = 8 1.5999999999999943
  3. DIVPARTS(-70,6) = -12 2
  4. DIVPARTS(7651,-89) =-86 -3
  5. DIVPARTS(-10234,-189) = 54 -28

Related Videos

Division

See Also

References

Divide