corrected typo reported by github:@ocyzl

original commit: 5b6b89cd8f030d7a94194d94bed8f56fade5af34
This commit is contained in:
dyb 2018-03-27 14:06:42 -07:00
parent 68e1ae0ece
commit 718cfada6f

View File

@ -117,7 +117,7 @@ Section~\ref{SECTNUMERICMISC}.
The Revised$^6$ Report distinguishes two types of special numeric objects:
fixnums and flonums.
{\ChezScheme} additionally distinguishes \emph{bignums} (exact integers outside
of the bignum range) and \emph{ratnums} (ratios of exact integers).
of the fixnum range) and \emph{ratnums} (ratios of exact integers).
It also provides a predicate for recognizing \emph{cflonums}, which are
flonums or inexact complex numbers.