Ticket #1398 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

1398.patch Download (3.5 KB) - added by mhansen 5 years ago.

Change History

comment:1 Changed 5 years ago by mabshoff

  • Milestone set to sage-2.9

Changed 5 years ago by mhansen

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

comment:3 Changed 5 years ago by rlm

  • Summary changed from [with patch] Functions on integers which are not object-oriented to [with patch, with positive review] Functions on integers which are not object-oriented

comment:4 Changed 5 years ago by was

Very positive review!

comment:5 Changed 5 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed

Merged in 2.9.alpha7.

Note: See TracTickets for help on using tickets.