Changes between Initial Version and Version 1 of Ticket #18334
- Timestamp:
- 04/29/15 13:27:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18334
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
d96885c0b700b6ae5f703dcf62dae6cf62323759
-
Property
Branch
changed from
to
u/vdelecroix/18334
-
Property
Summary
changed from
unique_sign and unique_trunc on real intervals
tosign and more truncation functions on real intervals
-
Property
Status
changed from
-
Ticket #18334 – Description
initial v1 1 Real intervals are missing two functions: `unique_sign` and `unique_trunc` 1 Real intervals are missing truncation functions: 2 - `frac` 3 - `trunc` 4 - `round` 5 - `unique_sign` 6 - `unique_trunc` 7 8 We also add some more documentation to truncation methods.