Skip to content

Commit 58ae5c2

Browse files
nijtmanssjaeckel
authored andcommitted
More doc fixes, texts which no longer were correct due to depreciations
1 parent 9861a37 commit 58ae5c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/bn.tex

+3-3
Original file line numberDiff line numberDiff 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
786786
domain of a digit can change (it's always at least $0 \ldots 127$).
787787

788788
\subsection{Single Digit}

0 commit comments

Comments
 (0)