reference: add missing section tags
This commit is contained in:
parent
27e8702ec5
commit
acd24d68ec
|
@ -93,7 +93,7 @@ Safe versions of @racket[unsafe-fx->fl] and @racket[unsafe-fl->fx].}
|
|||
|
||||
@; ------------------------------------------------------------
|
||||
|
||||
@section{Fixnum Vectors}
|
||||
@section[#:tag "fxvectors"]{Fixnum Vectors}
|
||||
|
||||
A @deftech{fxvector} is like a @tech{vector}, but it holds only
|
||||
@tech{fixnums}. The only advantage of a @tech{fxvector} over a
|
||||
|
|
|
@ -133,7 +133,7 @@ inexact.}
|
|||
|
||||
@; ------------------------------------------------------------------------
|
||||
|
||||
@section{Flonum Vectors}
|
||||
@section[#:tag "flvectors"]{Flonum Vectors}
|
||||
|
||||
A @deftech{flvector} is like a @tech{vector}, but it holds only
|
||||
inexact real numbers. This representation can be more compact, and
|
||||
|
|
Loading…
Reference in New Issue
Block a user