Difference between revisions of "Manuals/calci/DIVIDEWITH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "divide")
 
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==
 +
 
 +
 
 +
==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 ]]

Revision as of 13:57, 27 March 2017

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

See Also

References

Divide