The Wayback Machine - https://web.archive.org/web/20201009015126/https://github.com/keon/algorithms/pull/659
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

Create num_digits.py #659

Open
wants to merge 1 commit into
base: master
from
Open

Create num_digits.py #659

wants to merge 1 commit into from

Conversation

@vicky1999
Copy link

@vicky1999 vicky1999 commented Jun 1, 2020

num_digits.py was created to find the number of digits in a number using log10 method in math module.

num_digits.py was created to find the  number of digits in a number using log10 method in math module.
@ericklarac
Copy link
Collaborator

@ericklarac ericklarac commented Jun 3, 2020

Could you please add unittest?

Follow this as a guide: https://github.com/keon/algorithms/pull/631/files

@CentralLT
Copy link

@CentralLT CentralLT commented Aug 10, 2020

@vicky1999 ur working on @ericklarac request? maybe helpful to give other interested people a status update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.