Skip to content

Added Euler's totient Function #702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2019
Merged

Conversation

BekBOLOTov
Copy link
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