quo


quo(r1, r2)
      

Return the quotient of the real numbers r1 and r2.

Examples:


quo(10, 5)
// 2
quo(10, 5.3)
// 1.
      

Also see:

rem
quotient
div


Core Module Index | Contents