File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -780,9 +780,9 @@ \section{Bit Counting}
780780
781781
782782\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
786786domain of a digit can change (it's always at least $ 0 \ldots 127 $ ).
787787
788788\subsection {Single Digit }
You can’t perform that action at this time.
0 commit comments