Difference between revisions of "Manuals/calci/DIVIDEBY"
Jump to navigation
Jump to search
(Created page with "divide") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''DIVIDEBY (By,OtherArguments)'''</div><br/> | |
+ | *<math>By</math>and <math>OtherArguments</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>DIVIDEBY (By,OtherArguments)</math>, <math>By</math> is the dividend and <math>OtherArguments</math> 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 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=HdU_rf7eMTI|280|center|Division}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DIVIDE| DIVIDE]] | ||
+ | *[[Manuals/calci/DIVISION| DIVISION]] | ||
+ | *[[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 ]] |
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