Changes between Version 1 and Version 4 of Ticket #13256
- Timestamp:
- 05/10/13 20:07:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13256
-
Property
Dependencies
changed from
#7160, #13213
to#13213
-
Property
Dependencies
changed from
-
Ticket #13256 – Description
v1 v4 1 1 Implementation of absolute value (abs), floor (floor) and ceiling (ceil) function for elements in quadratic number field. 2 2 3 The function abs depends on the function sign implemented in tickets #7160 and #13213. 3 The implementation uses only manipulation of (mpz) integers. 4 5 The function abs depends on the function sign implemented in ticket #13213.