Fix typo and rephrase
Fix typo and rephrase for better readability and search-ability.
This commit is contained in:
parent
a4eddbd63d
commit
9b72423545
|
@ -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},
|
||||
but using an explicit @litchar{t} or @litchar{T} exponent marker (see
|
||||
@secref["parse-extflonum"]). For example, @racket[3.5t0] is an
|
||||
extflonum. The extflonum infinities and non-a-number values are
|
||||
@as-index{@racket[+inf.t]}, @as-index{@racket[-inf.t]},
|
||||
and @as-index{@racket[+nan.t]}.
|
||||
extflonum. The extflonum values for infinity are
|
||||
@as-index{@racket[+inf.t]} and @as-index{@racket[-inf.t]}. The
|
||||
extflonum value for not-a-number is @as-index{@racket[+nan.t]}.
|
||||
|
||||
If @racket[(extflonum-available?)] produces @racket[#f], then all
|
||||
operations exported by @racketmodname[racket/extflonum] raise
|
||||
|
|
Loading…
Reference in New Issue
Block a user