Changes between Initial Version and Version 5 of Ticket #22928
- Timestamp:
- 05/11/17 16:16:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22928
- Property Owner changed from (none) to vklein
- Property Keywords thursdaysbdx added
-
Property
Dependencies
changed from
to
#22927
-
Ticket #22928 – Description
initial v5 2 2 - Implement method `__mpz__` on sage integer: return an gmpy2 mpz 3 3 - Implement method `__mpq__` on sage rational: return an gmpy2 mpq 4 - Implement constructor for sage integer and rational with respectively mpz and mpq parameters.4 - Add conversion functions from gmpy2's mpz and mpq to sage integer and rational. 5 5 - Provide coercion.