Difference between revisions of "Manuals/calci/UNITDIVIDE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITDIVIDE(A,B)'''</div><br/> where <math>A<\math> and <math>B<\math> ==Description== *This function shows the division of two numbers. *Divisi...") |
|||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''UNITDIVIDE(A,B)'''</div><br/> | <div style="font-size:30px">'''UNITDIVIDE(A,B)'''</div><br/> | ||
− | where <math>A< | + | *where <math>A</math> and <math>B</math> are any two real numbers. |
+ | |||
==Description== | ==Description== | ||
*This function shows the division of two numbers. | *This function shows the division of two numbers. | ||
Line 13: | Line 14: | ||
==Examples== | ==Examples== | ||
− | #UNITDIVIDE( | + | #UNITDIVIDE(48,6) = 20 |
#UNITDIVIDE(300,7) = 42.857142857142854 | #UNITDIVIDE(300,7) = 42.857142857142854 | ||
− | #UNITDIVIDE( | + | #UNITDIVIDE(-400,4) = -100 |
− | #UNITDIVIDE(-50,5) = | + | #UNITDIVIDE(-50,-5) = 10 |
==See Also== | ==See Also== |
Revision as of 04:23, 5 April 2017
UNITDIVIDE(A,B)
- where and are any two real numbers.
Description
- This function shows the division of two 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 UNITDIVIDE(),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,UNITDIVIDE(20,4),20 is the dividend and 4 is the divisor.
Examples
- UNITDIVIDE(48,6) = 20
- UNITDIVIDE(300,7) = 42.857142857142854
- UNITDIVIDE(-400,4) = -100
- UNITDIVIDE(-50,-5) = 10
See Also
References