diff options
Diffstat (limited to 'doc/bit-operations.tex')
| -rw-r--r-- | doc/bit-operations.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex index 1a1494a..d7998f8 100644 --- a/doc/bit-operations.tex +++ b/doc/bit-operations.tex @@ -160,7 +160,7 @@ calculate division by a power of two and modulus a power of two efficiently using bit-shift and bit-truncation operations. libzahl also has a bit-split operation that can be used -to efficently calculate both division and +to efficiently calculate both division and modulus a power of two efficiently in the same operation, or equivalently, storing low bits in one integer and high bits in another integer. |
