Specifying and Displaying Numbers
Scheme offers extraordinary support for numbers. The following screen capture illustrates some of the many features that Scheme provides:
``big numbers'' (i.e., ones larger than the native machine architecture supports);
exact printing of rationals (different language levels print them differently);
explict flagging of imprecise numbers (the
#i
notation); andcomplex numbers.
![]() |