Difference between revisions of "Manuals/calci/QUOTIENT"
Jump to navigation
Jump to search
Line 46: | Line 46: | ||
| class="sshl_f" |3 | | class="sshl_f" |3 | ||
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|BIGX05Mp5nw|280|center|QUOTIENT}} | ||
== See Also == | == See Also == |
Revision as of 19:40, 26 April 2015
QUOTIENT(dividend, divisor)
- where is the numerator
- is the denominator
QUOTIENT() calculates the integer part of division of two numbers.
Description
QUOTIENT(dividend, divisor)
For Example, QUOTIENT(10,2) returns 5
- This function displays the integer part of division of by .
- If or are non-numeric, Calci returns an #ERROR message.
- MOD() function can be used to calculate the remainder of division of two numbers.