Difference between revisions of "Manuals/calci/QUOTIENT"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
QUOTIENT(10,2) ''returns 5'' | QUOTIENT(10,2) ''returns 5'' | ||
| − | *This function | + | *This function displays the integer part of division of <math>dividend</math> by <math>divisor</math>. |
*If <math>dividend</math> or <math>divisor</math> are non-numeric, Calci returns an #ERROR message. | *If <math>dividend</math> or <math>divisor</math> are non-numeric, Calci returns an #ERROR message. | ||
*MOD() function can be used to calculate the remainder of division of two numbers. | *MOD() function can be used to calculate the remainder of division of two numbers. | ||
Revision as of 19:56, 13 December 2013
QUOTIENT(dividend, divisor)
- where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle dividend} is the numerator
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle divisor} is the denominator
QUOTIENT() calculates the integer part of the division.
Description
QUOTIENT(dividend, divisor)
For Example, QUOTIENT(10,2) returns 5
- This function displays the integer part of division of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle dividend} by .
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle dividend} or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle divisor} are non-numeric, Calci returns an #ERROR message.
- MOD() function can be used to calculate the remainder of division of two numbers.