Skip to content

Review by Thiago#5

Closed
leojdiaz wants to merge 2 commits into
mainfrom
thiago
Closed

Review by Thiago#5
leojdiaz wants to merge 2 commits into
mainfrom
thiago

Conversation

@leojdiaz
Copy link
Copy Markdown
Owner

@leojdiaz leojdiaz commented Sep 9, 2021

This class determine if a number is perfection or not.

Definition of a Perfect Number:
In mathematics a perfect number is defined as an integer which is the sum of its proper
positive divisors; that is, the sum of the positive divisors not including the number itself.
Some examples of perfect numbers are:

6 = 1 + 2 + 3
28 = 1 + 2 + 4 + 7 + 14
496 = 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248

@leojdiaz leojdiaz closed this Sep 9, 2021
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.

1 participant