The result of dividing two integers with / is an instance of <ratio>.
Functions
/
The result of dividing two integers with / is an instance of <ratio>. Portable programs should use #floor/#, #ceiling/#, #round/#, or truncate/ to divide two integers. Division by zero signals an error.
Returns the quotient of its arguments.
An exact fractional number.
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.