commit 2864613b162ed4c7a28a79c8c4dcd24893cc2128
Author:     Mattias Andrée <[email protected]>
AuthorDate: Thu Jul 28 15:05:18 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Thu Jul 28 15:05:18 2016 +0200

    Fix spacing
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/doc/exercises.tex b/doc/exercises.tex
index 757788b..94d780a 100644
--- a/doc/exercises.tex
+++ b/doc/exercises.tex
@@ -179,10 +179,10 @@ For improved performance, instead of using \texttt{zmod},
 you can use the recursive function
 %
 \( \displaystyle{
-    k \mod (2^n - 1) =
+    k \text{ mod } (2^n - 1) =
     \left (
-      (k \mod 2^n) + \lfloor k \div 2^n \rfloor
-    \right ) \mod (2^n - 1),
+      (k \text{ mod } 2^n) + \lfloor k \div 2^n \rfloor
+    \right ) \text{ mod } (2^n - 1),
 }\)
 %
 where $k \mod 2^n$ is efficiently calculated

Reply via email to