Skip to content

Commit c6ca7a9

Browse files
authored
Update SHORT_NOTES.md
1 parent bd8c8f6 commit c6ca7a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SHORT_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ If n = P1^a1 * P2^a2 * P3^a3 ................ Pk^ak , where P1,P2....Pk are pri
4747
= P1^a1 * P2^a2 .....Pk^ak * ( 1-1/P1 )( 1-1/P2 ).........( 1-1/pk)
4848
4949
= n * ( 1-1/P1 )( 1-1/P2 ).........( 1-1/pk)
50+
51+
A simple source code in cpp : https://github.com/raihankhan/DATA-STRUCTURE-AND-ALGORITHMS/blob/master/Number%20Theory/Euler's%20Phi.cpp
5052

5153

0 commit comments

Comments
 (0)