-
Hi Rafael,
As we discussed, the issue is two benchmarks [dijkstra-u_unwindbound5.c](https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks/-/blob/main/c/nla-digbench-scaling/dijkstra-u_unwindbound…
-
```
Should we move interval arithmetic to a separate context? (mp, fp, ... iv?)
I think this would clear up some of the mp context code, and it would make
clearer what is and isn't supported in inter…
-
```
Should we move interval arithmetic to a separate context? (mp, fp, ... iv?)
I think this would clear up some of the mp context code, and it would make
clearer what is and isn't supported in inter…
-
This email snippet pretty much describes the issue:
```
On Tue, May 5, 2009 at 11:16 PM, Henryk Trappmann wrote:
>
> Ah now I see, you mean though it displays 1/384 it is internally still
> the …
-
```
Should we move interval arithmetic to a separate context? (mp, fp, ... iv?)
I think this would clear up some of the mp context code, and it would make
clearer what is and isn't supported in inter…
-
### Describe the bug
DataFusion 41
```
> select to_date('1970-01-01', 'yyyy-mm-dd') + 5;
Error during planning: Cannot coerce arithmetic expression Date32 + Int64 to valid types
```
The same …
-
Version: 0.11.1.1 beta release-758
Rent for housing charges 0 if a dynamic calculated value is used, but works as expected with a hard-coded value or a static calculated value
When a calculated …
-
Hello,
I recently wrote a Python library that supports interval arithmetic for arbitrary comparable objects. The library supports both intervals and union of intervals, and all the fancy things tha…
-
#### Is your feature request related to a problem?
I would like to be able to do arithmetic operations on intervals:
- `a + b`:
`pd.Interval(3, 6) + pd.Interval(5, 7) == pd.Interval(3, 7)`
- `…
-
The modulo interval arithmetic produces incorrect results. The resulting interval can be _smaller_ than the possible values that could arise at runtime. I have an example on GitHub that produces this …