Skip to content

Commit 07f4aef

Browse files
authored
Update modular_inverse_fermat_little_theorem.cpp
1 parent d0c018b commit 07f4aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/modular_inverse_fermat_little_theorem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* \f}
3232
*
3333
* We will find the exponent using binary exponentiation such that the
34-
* algorithm works in logarithmic time.
34+
* algorithm works in \f$O(\log n)\f$ time.
3535
*
3636
* Examples: -
3737
* * a = 3 and m = 7

0 commit comments

Comments
 (0)