Next Previous Up Top Contents Index

5 Integers

5.2 Extensions to the Dylan library

This section describes the extensions to the Dylan library that provide the arithmetic operations available as standard to your applications. You do not have to explicitly use any additional libraries to have access to any of the functionality described in this section. Note that this section only describes extensions to the Dylan library; for complete descriptions, you should also refer to the Dylan Reference Manual.

Note that the Common-Dylan library also has these extensions because it uses the Dylan library.

5.2.1 - Ranges
5.2.2 - Specific constructors
limited
range
5.2.3 - Equality comparisons
=
5.2.4 - Magnitude comparisons
<
5.2.5 - Properties of numbers
odd?
even?
5.2.6 - Arithmetic operations
5.2.7 - Collections
5.2.8 - The table protocol
5.2.9 - Iteration constructs

Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index