Skip to content

Commit

Permalink
1*2^2 + 0*2 + 0 = 4 not 8
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarcosta committed Mar 5, 2024
1 parent 3e5b15d commit 3023182
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 3023182

Please sign in to comment.