Skip to content
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

fix: fit euler's totient to the contribution guidelines. #2447

Merged
merged 13 commits into from
Apr 28, 2023
Merged
Prev Previous commit
Next Next commit
Update math/eulers_totient_function.cpp
Co-authored-by: David Leal <[email protected]>
  • Loading branch information
realstealthninja and Panquesito7 authored Apr 21, 2023
commit eb10f04f35c50c87312faf86a426d1a4d207e6e6
4 changes: 2 additions & 2 deletions math/eulers_totient_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* @author [Mann Mehta](https://github.com/mann2108)
*/

#include <iostream> // for io operations
#include <cassert> // for assert
#include <iostream> /// for IO operations
#include <cassert> ///for assert
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved

/**
* @brief Mathematical algorithms
Expand Down