Skip to content

Commit

Permalink
PerfectNumber, PerfectNumberQ markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Oct 25, 2024
1 parent e9a82e5 commit 681980a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions symja_android_library/doc/functions/PerfectNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
PerfectNumber(n)
```

> returns the `n`th perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper
positive divisors, that is, the sum of its positive divisors excluding the number itself. Currently `0 <= n <= 47` can be computed, otherwise the function returns unevaluated.
> returns the `n`th perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper positive divisors, that is, the sum of its positive divisors excluding the number itself.
See
* [Wikipedia - Perfect number](https://en.wikipedia.org/wiki/Perfect_number)
Expand Down
3 changes: 1 addition & 2 deletions symja_android_library/doc/functions/PerfectNumberQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
PerfectNumberQ(n)
```

> returns `True` if `n` is a perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper
positive divisors, that is, the sum of its positive divisors excluding the number itself.
> returns `True` if `n` is a perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper positive divisors, that is, the sum of its positive divisors excluding the number itself.
See
* [Wikipedia - Perfect number](https://en.wikipedia.org/wiki/Perfect_number)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
PerfectNumber(n)
```

> returns the `n`th perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper
positive divisors, that is, the sum of its positive divisors excluding the number itself. Currently `0 <= n <= 47` can be computed, otherwise the function returns unevaluated.
> returns the `n`th perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper positive divisors, that is, the sum of its positive divisors excluding the number itself.
See
* [Wikipedia - Perfect number](https://en.wikipedia.org/wiki/Perfect_number)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
PerfectNumberQ(n)
```

> returns `True` if `n` is a perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper
positive divisors, that is, the sum of its positive divisors excluding the number itself.
> returns `True` if `n` is a perfect number. In number theory, a perfect number is a positive integer that is equal to the sum of its proper positive divisors, that is, the sum of its positive divisors excluding the number itself.
See
* [Wikipedia - Perfect number](https://en.wikipedia.org/wiki/Perfect_number)
Expand Down

0 comments on commit 681980a

Please sign in to comment.