From 718cfada6f2b916466c578aac75436bd709c7601 Mon Sep 17 00:00:00 2001 From: dyb Date: Tue, 27 Mar 2018 14:06:42 -0700 Subject: [PATCH] corrected typo reported by github:@ocyzl original commit: 5b6b89cd8f030d7a94194d94bed8f56fade5af34 --- csug/numeric.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csug/numeric.stex b/csug/numeric.stex index a3a6242400..453b2702e2 100644 --- a/csug/numeric.stex +++ b/csug/numeric.stex @@ -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.