Difference between revisions of "Manuals/calci/QUOTIENT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 58: Line 58:
  
 
*[http://en.wikipedia.org/wiki/Quotient QUOTIENT]
 
*[http://en.wikipedia.org/wiki/Quotient QUOTIENT]
 +
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 06:17, 13 March 2017

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.

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