Returns the floor of the quotient of two numbers. Divides real2 into real1 and truncates the result toward negative infinity. The integer part of the result is returned as integer, the remainder is returned as real3.
sealed
| real1 | An instance of <real>. |
| real2 | An instance of <real>. |
| integer | An instance of <general-integer>. |
| real3 | An instance of <real>. |