quotient


quotient(i1, i2)
      

Return the quotient of the integers i1 and i2.

Examples:


quotient(10, 5)
// 2
      

Also see:

quo
remainder
div


Core Module Index | Contents