Previous section: 11. Numbers

Dylan reference manual -- Automatic Type Conversion

Automatic Type Conversion

The Dylan rules for automatic type conversion are the same as in Common Lisp (X3J13): floating-point contagion (with rational contagion for comparisons) and rational canonicalization. Argument coercions are implemented by the individual methods on the arithmetic functions.

Next section: Numeric Classes