Commit 96bfafae7c8c44dcc7535d71d3dabda55e606804

Horst H. von Brand 2020-12-19T13:08:51

Documentation: Kludge for decent "mod" operation [skip ci] Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/doc/bn.tex b/doc/bn.tex
index 5119901..6f1cb8c 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -2604,13 +2604,13 @@ macros is \texttt{false} or \texttt{true} respectively.
 \begin{alltt}
 bool mp_iseven(const mp_int *a)
 \end{alltt}
-Checks if $a = 0 mod 2$
+Checks if $a = 0 \;\mathrm{mod}\; 2$
 
 \index{mp\_isodd}
 \begin{alltt}
 bool mp_isodd(const mp_int *a)
 \end{alltt}
-Checks if $a = 1 mod 2$
+Checks if $a = 1 \;\mathrm{mod}\; 2$
 
 \index{mp\_isneg}
 \begin{alltt}