Difference between revisions of "Manuals/calci/DIVIDEBY"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''DIVIDEBY( | + | <div style="font-size:30px">'''DIVIDEBY (By,OtherArguments)'''</div><br/> |
− | *<math> | + | *<math>By</math>and <math>OtherArguments</math> are any real numbers. |
==Description== | ==Description== | ||
Line 8: | Line 8: | ||
*Division is the repeated subtraction and it is the opposite of Multiplication. | *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. | *The division of two natural numbers is the process of calculating the number of times one number is contained within one another. | ||
− | *In <math>DIVIDEBY( | + | *In <math>DIVIDEBY (By,OtherArguments)</math>, <math>By</math> is the dividend and <math>OtherArguments</math> is the Divisor. |
*It returns the value of the quotient. | *It returns the value of the quotient. | ||
*So Quotient is the result of the division of one number or quantity by another. | *So Quotient is the result of the division of one number or quantity by another. | ||
Line 17: | Line 17: | ||
#DIVIDEBY(798.45,12) = 66.53750000000001 | #DIVIDEBY(798.45,12) = 66.53750000000001 | ||
#DIVIDEBY(-542,16) = -33.875 | #DIVIDEBY(-542,16) = -33.875 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=HdU_rf7eMTI|280|center|Division}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:44, 12 December 2018
DIVIDEBY (By,OtherArguments)
- 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 , is the dividend and is the Divisor.
- It returns the value of the quotient.
- So Quotient is the result of the division of one number or quantity by another.
Examples
- DIVIDEBY(90,6) =15
- DIVIDEBY(234,16) = 14.625
- DIVIDEBY(798.45,12) = 66.53750000000001
- DIVIDEBY(-542,16) = -33.875