Difference between revisions of "Manuals/calci/DIVIDEWITH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "divide")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
divide
+
<div style="font-size:30px">'''DIVIDEWITH(Dividend,Divisor)'''</div><br/>
 +
*<math>Dividend</math>and <math>Divisor</math> are any real numbers.
 +
 
 +
==Description==
 +
*This function is showing the quotient of the given numbers.
 +
*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>DIVIDEWITH(Dividend,Divisor)</math>, <math>Dividend</math> and <math>Divisor</math> are any two numbers.
 +
*It returns the value of the quotient.
 +
*So Quotient is the result of the division of one number or quantity by another.
 +
 
 +
==Examples==
 +
#DIVIDEWITH(45,3) = 15
 +
#DIVIDEWITH(118,23) = 5.130434782608695
 +
#DIVIDEWITH(2341.321,67) = 34.945089552238805
 +
#DIVIDEWITH(607,-13) = -46.69230769230769
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=HdU_rf7eMTI|280|center|Division}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/DIVIDE| DIVIDE]]
 +
*[[Manuals/calci/DIVISION| DIVISION]]
 +
*[[Manuals/calci/DIVIDEBY| DIVIDEBY]]
 +
*[[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 14:45, 12 December 2018

DIVIDEWITH(Dividend,Divisor)


  • and are any real numbers.

Description

  • This function is showing the quotient of the given numbers.
  • 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 two numbers.
  • It returns the value of the quotient.
  • So Quotient is the result of the division of one number or quantity by another.

Examples

  1. DIVIDEWITH(45,3) = 15
  2. DIVIDEWITH(118,23) = 5.130434782608695
  3. DIVIDEWITH(2341.321,67) = 34.945089552238805
  4. DIVIDEWITH(607,-13) = -46.69230769230769

Related Videos

Division

See Also

References

Divide