Skip to content

Commit 6774430

Browse files
authored
Update SHORT_NOTES.md
1 parent ec3938d commit 6774430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SHORT_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If n = P1^a1 * P2^a2 * P3^a3 ................ Pk^ak , where P1,P2....Pk are pri
5151
A simple source code in cpp can be found [here](https://github.com/raihankhan/DATA-STRUCTURE-AND-ALGORITHMS/blob/master/Number%20Theory/Euler's%20Phi.cpp)
5252

5353
Another important characteristics of Phi function is :
54-
###### Summation of all the Phi of divisors of n is equal to n
54+
#### Summation of all the Phi of divisors of n is equal to n
5555

5656
If N has 4 divisors d1,d2,d3 and d4 then
5757
Phi(d1) + Phi(d2) + Phi(d3) + Phi(d4) = n

0 commit comments

Comments
 (0)