Manuals/calci/INTEGERDIVISION

INTEGERDIVISION (Numerator,Denominator)


  • and are any positive real numbers.

Description

  • This function returns the quotient of the division.
  • The result of the quotient will be in Integer part only.
  • Division is one of the four basic operations of arithmetic.
  • Division is splitting into equal parts or groups.
  • Division is the repeated subtraction and it is the opposite of Multiplication.
  • The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
  • In  ,   and   are any positive real numbers.
  • Numerator is the dividend and denominator is the divisor.
  • This function will return the result as error when the denominator is in negative number.

Examples

  1. INTEGERDIVISION(9,4) = 2
  2. INTEGERDIVISION(873,19) = 45
  3. INTEGERDIVISION(1652,87.24) = 18
  4. INTEGERDIVISION(-6541,-124.005) = 52

Related Videos

Integer division

See Also

References

IntegerDivision