/

Returns the quotient of its arguments.

Exported from

Modifiers

open

Arguments

object1An instance of <object>.
object2An instance of <object>.

Values

#rest objectsInstances of <object>.
Summary
Returns the quotient of its arguments.
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.
The class of all Dylan objects.
Returns the truncated quotient of two numbers.