File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -780,9 +780,9 @@ \section{Bit Counting}
780
780
781
781
782
782
\section {Small Constants }
783
- Setting mp\_ ints to small constants is a relatively common operation. To accommodate these instances there are two
784
- small constant assignment functions . The first function is used to set a single digit constant while the second sets
785
- an ISO C style `` unsigned long '' constant. The reason for both functions is efficiency. Setting a single digit is quick but the
783
+ Setting mp\_ ints to small constants is a relatively common operation. To accommodate these instances there is a
784
+ small constant assignment function . This function is used to set a single digit constant.
785
+ The reason for this function is efficiency. Setting a single digit is quick but the
786
786
domain of a digit can change (it's always at least $ 0 \ldots 127 $ ).
787
787
788
788
\subsection {Single Digit }
You can’t perform that action at this time.
0 commit comments