fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Documentation Eueler's Totient #167

Closed nilshah98 closed 5 years ago

nilshah98 commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.

Provide a brief description of M.phi(), you can refer the implementation for the same here.
Also, follow the documentation format followed for other functions such as here.

Make sure to cover the edge cases, as well as the error cases. Add relevant links as well, pertaining to implementation and use of eueler's totient function.

The important thing here is to make user aware of what does this function do, and what is its time complexity.

Here is the issue related to this-

118

Manvityagi commented 5 years ago

May I work on this!

fave77 commented 5 years ago

@Manvityagi you're assigned