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.
2 parents 90f18bf + 0f5fd7e commit 50f5de0Copy full SHA for 50f5de0
src/algebra/phi-function.md
@@ -199,3 +199,4 @@ $$ x^n \equiv x^{\phi(m)} x^{(n - \phi(m)) \bmod \phi(m)} \bmod m \equiv x^{\phi
199
* [SPOJ - Smallest Inverse Euler Totient Function](http://www.spoj.com/problems/INVPHI/)
200
* [Codeforces - Power Tower](http://codeforces.com/problemset/problem/906/D)
201
* [Kattis - Exponial](https://open.kattis.com/problems/exponial)
202
+* [LeetCode - 372. Super Pow](https://leetcode.com/problems/super-pow/)
0 commit comments