Go to the first, previous, next, last section, table of contents.


Constructing Numbers from Tokens

A real is constructed directly from a corresponding numeric token; see Figure~2--9.

A complex is notated as a #C (or #c) followed by a list of two reals; see section Sharpsign C.

The reader macros #B, #O, #X, and #R may also be useful in controlling the input radix in which rationals are parsed; see section Sharpsign B, section Sharpsign O, section Sharpsign X, and section Sharpsign R.

This section summarizes the full syntax for numbers.


Go to the first, previous, next, last section, table of contents.