Fix typo and rephrase

Fix typo and rephrase for better readability and search-ability.
This commit is contained in:
Kieron Hardy 2018-04-03 11:11:20 -06:00 committed by Vincent St-Amour
parent a4eddbd63d
commit 9b72423545

View File

@ -22,9 +22,9 @@ A extflonum is @bold{not} a @tech{number} in the sense of
A literal extflonum is written like an @tech{inexact number}, A literal extflonum is written like an @tech{inexact number},
but using an explicit @litchar{t} or @litchar{T} exponent marker (see but using an explicit @litchar{t} or @litchar{T} exponent marker (see
@secref["parse-extflonum"]). For example, @racket[3.5t0] is an @secref["parse-extflonum"]). For example, @racket[3.5t0] is an
extflonum. The extflonum infinities and non-a-number values are extflonum. The extflonum values for infinity are
@as-index{@racket[+inf.t]}, @as-index{@racket[-inf.t]}, @as-index{@racket[+inf.t]} and @as-index{@racket[-inf.t]}. The
and @as-index{@racket[+nan.t]}. extflonum value for not-a-number is @as-index{@racket[+nan.t]}.
If @racket[(extflonum-available?)] produces @racket[#f], then all If @racket[(extflonum-available?)] produces @racket[#f], then all
operations exported by @racketmodname[racket/extflonum] raise operations exported by @racketmodname[racket/extflonum] raise