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 d0c018b commit 07f4aefCopy full SHA for 07f4aef
math/modular_inverse_fermat_little_theorem.cpp
@@ -31,7 +31,7 @@
31
* \f}
32
*
33
* We will find the exponent using binary exponentiation such that the
34
- * algorithm works in logarithmic time.
+ * algorithm works in \f$O(\log n)\f$ time.
35
36
* Examples: -
37
* * a = 3 and m = 7
0 commit comments