Changes between Initial Version and Version 1 of Ticket #18970, comment 7
- Timestamp:
- 07/30/15 08:29:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18970, comment 7
initial v1 3 3 Integer Ring 4 4 }}} 5 which is a different behavior compared to the common/similar arithmetic operations (e.g. `(QQ(2)^ZZ(1)).parent()` is `Rational Field` and not `Integer Ring`) and I would expect that the logarithm of a rational is again a rational ( and not converted to an integer).5 which is a different behavior compared to the common/similar arithmetic operations (e.g. `(QQ(2)^ZZ(1)).parent()` is `Rational Field` and not `Integer Ring`) and I would expect that the logarithm of a rational is again a rational (if possible) or something where QQ coerces into (but not out of something which coerces into QQ).