Ticket #1398 (closed defect: fixed)
[with patch, with positive review] Functions on integers which are not object-oriented
| Reported by: | ljpk | Owned by: | mhansen |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.9 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
There are some functions on integers which SAGE has but which (as far as I know) are not methods for the integers:
prime_to_m_part
prime_divisors
divisors
--- it would be nice if one could get all of these as N.divisors() etc.
Attachments
Change History
comment:2 Changed 5 years ago by mhansen
- Owner changed from somebody to mhansen
- Status changed from new to assigned
- Summary changed from Functions on integers which are not object-oriented to [with patch] Functions on integers which are not object-oriented
Note: See
TracTickets for help on using
tickets.

