Difference between revisions of "Manuals/calci/DIVPARTS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "DIVPARTS (Number,Divisor)")
 
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) = -55 -161
 +
 
 +
==See Also==
 +
*[[Manuals/calci/DIVIDE| DIVIDE]]
 +
*[[Manuals/calci/DIVISIONOF | DIVISIONOF]]
 +
*[[Manuals/calci/DIVIDEBY | DIVIDEBY ]]
 +
 
 +
==References==
 +
[http://www.mathsisfun.com/definitions/dividend.html Divide]

Revision as of 15:54, 2 March 2017

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) = -55 -161

See Also

References

Divide