floor/

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.

Exported from

Modifiers

sealed

Arguments

real1An instance of <real>.
real2An instance of <real>.

Values

integerAn instance of <general-integer>.
real3An instance of <real>.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of real numbers.
Parent class of all integers.