Skip to content

Added Euler's totient Function#702

Merged
yanglbme merged 2 commits intoTheAlgorithms:masterfrom
BekBOLOTov:master
Feb 4, 2019
Merged

Added Euler's totient Function#702
yanglbme merged 2 commits intoTheAlgorithms:masterfrom
BekBOLOTov:master

Conversation

@BekBOLOTov
Copy link
Copy Markdown
Contributor

I have added Euler's Totient Function. This function f(n) returns us number of x that (x < n) and gcd(x,n)==1
more at https://en.wikipedia.org/wiki/Euler%27s_totient_function

@yanglbme yanglbme merged commit d5d6d45 into TheAlgorithms:master Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants