Manuals/calci/QUOTIENT

From ZCubes Wiki
Revision as of 19:52, 13 December 2013 by Swapna (talk | contribs)
Jump to navigation Jump to search

QUOTIENT(dividend, divisor)

  • where is the numerator
  • is the denominator

QUOTIENT() calculates the integer part of the division.

Description

QUOTIENT(dividend, divisor)

For Example, QUOTIENT(10,2) returns 5

  • This function is used to calculate the integer part of division of two numbers.
  • 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.

Examples

Function Output
QUOTIENT(55,5) 11
QUOTIENT(-145,3) -48
QUOTIENT(4,10) 0
QUOTIENT(66,-3) -22
QUOTIENT(-12,-4) 3

See Also

References