We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd5a679 + 914d1ce commit 279fb03Copy full SHA for 279fb03
1 file changed
doc/source/fmpz.rst
@@ -861,7 +861,7 @@ Basic arithmetic
861
.. function:: void fmpz_tdiv_r_2exp(fmpz_t s, const fmpz_t g, ulong exp)
862
863
Sets `f` to the quotient of `g` by `h` and/or `s` to the remainder. For the
864
- ``2exp`` functions, ``g = 2^exp``. `If `h` is `0` an exception is raised.
+ ``2exp`` functions, ``h = 2^exp``. If `h` is `0` an exception is raised.
865
866
Rounding is made in the following way:
867
0 commit comments