Difference between revisions of "Manuals/calci/DIVIDE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "divide")
 
Line 1: Line 1:
divide
+
<div style="font-size:30px">'''DIVIDE ()'''</div><br/>
 +
 
 +
==Description==
 +
*This function shows the division of the 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 DIVIDE(),first number is the dividend and second number is the divisor.
 +
*Dividend is the number being divided.Divisor is a number that will divide the dividend exactly.
 +
*For example,DIVIDE(20,4),20 is the dividend and 4 is the divisor.
 +
 
 +
==Examples==
 +
#DIVIDE(1000,50) = 20
 +
#DIVIDE(300,7) = 42.857142857142854
 +
#DIVIDE(379.45,22) = 17.24772727272727
 +
#DIVIDE(-50,5) = -10
 +
 
 +
==See Also==
 +
*[[Manuals/calci/ADD | ADD]]
 +
*[[Manuals/calci/SUBTRACT | SUBTRACT]]
 +
*[[Manuals/calci/MULTIPLY | MULTIPLY]]
 +
 
 +
==References==
 +
[http://www.mathsisfun.com/definitions/dividend.html Divide]

Revision as of 16:04, 30 December 2016

DIVIDE ()


Description

  • This function shows the division of the 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 DIVIDE(),first number is the dividend and second number is the divisor.
  • Dividend is the number being divided.Divisor is a number that will divide the dividend exactly.
  • For example,DIVIDE(20,4),20 is the dividend and 4 is the divisor.

Examples

  1. DIVIDE(1000,50) = 20
  2. DIVIDE(300,7) = 42.857142857142854
  3. DIVIDE(379.45,22) = 17.24772727272727
  4. DIVIDE(-50,5) = -10

See Also

References

Divide