Changes between Initial Version and Version 1 of Ticket #12173, comment 187
- Timestamp:
- 03/05/13 18:42:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12173, comment 187
initial v1 1 1 It's quite funny, if I call fmpz_poly_print before entering fmpq_poly_set_fmpz_poly then its ok, but inside I get 0s instead of the right MPZ values (for things not stored directly). 2 And w ereoutside again, its ok.2 And when outside again, its ok. 3 3 4 4 And if I first create an fmpq_poly with small coeffs and then multipliy it and convert it to int coeffs and convert it back to rat coeffs its ok...