We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bb3aa commit eb75202Copy full SHA for eb75202
doc/bn.tex
@@ -2581,7 +2581,7 @@ \section{Single Digit Functions}
2581
\end{alltt}
2582
2583
These work like the full \texttt{mp\_int} capable variants except the second parameter $b$ is a
2584
-\texttt{mp\_digit}. These functions fairly handy if you have to work with relatively small numbers
+\texttt{mp\_digit}. These functions come fairly handy if you have to work with relatively small numbers
2585
since you will not have to allocate an entire \texttt{mp\_int} to store a number like $1$ or $2$.
2586
2587
The functions \texttt{mp\_incr} and \texttt{mp\_decr} mimic the postfix operators \texttt{++} and
0 commit comments