Skip to content

Commit

Permalink
Merge pull request flintlib#1816 from edgarcosta/typo
Browse files Browse the repository at this point in the history
Typo in documentation
  • Loading branch information
albinahlback authored Mar 5, 2024
2 parents 3e5b15d + 3023182 commit 38a4a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/acb_theta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ considering `a`, `b` and `z` as column vectors.

We encode a theta characteristic `a\in \{0,1\}^g` as the :type:`ulong` between
`0` and `2^g-1` that has the corresponding expansion in base 2: thus `a =
(1,0,0)` for `g = 3` will be numbered `8`. We also use this encoding to order
(1,0,0)` for `g = 3` will be numbered `4`. We also use this encoding to order
vectors of theta values throughout. Similarly, a pair of characteristics
`(a,b)` is encoded as an :type:`ulong` between `0` and `2^{2g}-1`, where `a`
corresponds to the `g` more significant bits. With these conventions, the
Expand Down

0 comments on commit 38a4a1a

Please sign in to comment.