Changes between Version 7 and Version 9 of Ticket #5574
- Timestamp:
- 01/08/18 11:09:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5574
-
Property
Milestone
changed from
sage-6.10
tosage-8.2
- Property Cc vdelecroix added
-
Property
Summary
changed from
AlgebraicNumber.__pow__() does only rational exponents
toImplement QQbar^QQ as action
-
Property
Milestone
changed from
-
Ticket #5574 – Description
v7 v9 1 The first case reported by Alex Raichev on sage-support: 1 Implement powering in `AA` and `QQbar` by rational exponents as an action. This will fix the following bugs: 2 3 1. Reported by Alex Raichev on sage-support: 2 4 3 5 {{{ … … 32 34 }}} 33 35 34 Also: 36 2. 35 37 36 38 {{{ … … 64 66 TypeError: no canonical coercion from Real Field with 53 bits of precision to Rational Field 65 67 }}} 66 67 case 1: Since pynac supports using arbitrary Sage objects as numeric objects in symbolic expressions, we should return a symbolic expression as a result of the above commands.68 69 case 2: just coerce to CDF