Skip to content

Commit 96bfafa

Browse files
vonbrandsjaeckel
authored andcommitted
Documentation: Kludge for decent "mod" operation
[skip ci] Signed-off-by: Horst H. von Brand <[email protected]>
1 parent eb75202 commit 96bfafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/bn.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,13 +2604,13 @@ \section{Function Macros}
26042604
\begin{alltt}
26052605
bool mp_iseven(const mp_int *a)
26062606
\end{alltt}
2607-
Checks if $a = 0 mod 2$
2607+
Checks if $a = 0 \;\mathrm{mod}\; 2$
26082608

26092609
\index{mp\_isodd}
26102610
\begin{alltt}
26112611
bool mp_isodd(const mp_int *a)
26122612
\end{alltt}
2613-
Checks if $a = 1 mod 2$
2613+
Checks if $a = 1 \;\mathrm{mod}\; 2$
26142614

26152615
\index{mp\_isneg}
26162616
\begin{alltt}

0 commit comments

Comments
 (0)