summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 70672f34a..0a51693e2 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -3875,6 +3875,9 @@ Complement bit @var{bit_index} in @var{rop}.
Test bit @var{bit_index} in @var{op} and return 0 or 1 accordingly.
@end deftypefun
+Shifting is also possible using multiplication (@ref{Integer Arithmetic}) and
+division (@ref{Integer Division}), in particular the @code{2exp} functions.
+
@node I/O of Integers, Integer Random Numbers, Integer Logic and Bit Fiddling, Integer Functions
@comment node-name, next, previous, up
@section Input and Output Functions