Skip to content

Commit

Permalink
More intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
habere-et-dispertire authored Sep 8, 2023
1 parent 486785f commit 8230e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/perfect-numbers/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.

The Greek mathematician [Nicomachus][nicomachus] devised a classification scheme for positive integers, identifying each as belonging uniquely to the categories of **perfect**, **abundant**, or **deficient** based on their [aliquot sum][aliquot-sum].
The Greek mathematician [Nicomachus][nicomachus] devised a classification scheme for positive integers, identifying each as belonging uniquely to the categories of [perfect](#perfect), [abundant](#abundant), or [deficient](#deficient) based on their [aliquot sum][aliquot-sum].
The _aliquot sum_ is defined as the sum of the factors of a number not including the number itself.
For example, the aliquot sum of `15` is `1 + 3 + 5 = 9`.

Expand Down

0 comments on commit 8230e0b

Please sign in to comment.