Difference between revisions of "Manuals/calci/QUOTIENT"

 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
*<math>numerator</math> is any real value.
 
*<math>numerator</math> is any real value.
 
*<math>denominator</math> is any real value.
 
*<math>denominator</math> is any real value.
 
+
**QUOTIENT(), returns the integer portion of a division.
QUOTIENT() calculates the integer part of division of two numbers.
 
  
 
== Description ==
 
== Description ==

Latest revision as of 15:14, 21 August 2018

QUOTIENT (numerator,denominator)


  • 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 numerator} is any real value.
  • 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 denominator} is any real value.
    • QUOTIENT(), returns the integer portion of a division.

Description

QUOTIENT (numerator,denominator)

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 numerator} by 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 denominator} .
  • 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 numerator} or Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle denominator} 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

Related Videos

QUOTIENT

See Also

References