Difference between revisions of "Manuals/calci/UNITDIVIDE"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNITDIVIDE( | + | <div style="font-size:30px">'''UNITDIVIDE(a,b)'''</div><br/> |
− | *where <math> | + | *where <math>a</math> and <math>b</math> are any two real numbers. |
==Description== | ==Description== | ||
Line 14: | Line 14: | ||
==Examples== | ==Examples== | ||
− | #UNITDIVIDE(48,6) = | + | #UNITDIVIDE(48,6) = 8 |
#UNITDIVIDE(300,7) = 42.857142857142854 | #UNITDIVIDE(300,7) = 42.857142857142854 | ||
#UNITDIVIDE(-400,4) = -100 | #UNITDIVIDE(-400,4) = -100 | ||
#UNITDIVIDE(-50,-5) = 10 | #UNITDIVIDE(-50,-5) = 10 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=0lsDqvH5mDs|280|center|Divide}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:40, 7 February 2019
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) = 8
- UNITDIVIDE(300,7) = 42.857142857142854
- UNITDIVIDE(-400,4) = -100
- UNITDIVIDE(-50,-5) = 10
Related Videos
See Also
References