-
MPIR 3.0.0 is shipped with the function `mpq_cmp_z(mpq_t, mpz_t)`. We can use it to make integer/rational comparisons much faster.
Comparing integers is very fast, comparing rationals is very fast …
-
```
sage: QQ(0)^(-1)
...
FloatingPointError: Floating point exception
```
This should be checked and raise a `ZeroDivisionError`.
Component: **basic arithmetic**
Author: **Benjamin Hackl**
Branc…
-
Two tests for US tax code Section 132 fail when running with the Python backend.
```python
$ catala Python examples/us_tax_code/tests/test_section_132.catala_en
$ python -i examples/us_tax_code/t…
-
It would be cool to add game modes. and can server as good inspiration for people looking to make more creative mods
One of the most popular out there is Ironman, the rules are simple:
> When play…
-
## Issue Details
We demonstrate (possibly) a bug of Minkowski Sum Calculation using `minkowski_sum_by_reduced_convolution_2()` implemented in CGAL 5.2.2. We construct a `Polygon_with_holes_2` and p…
-
Offending commit: https://github.com/ladislav-zezula/StormLib/commit/503ab19d3d4253fb013752572c19c314d19de792
Description:
Loading times regressed, on normal start for our projects use-case it wi…
-
### Feature Details
I'm having such a hard time going back and forth with a dbc viewer and making sure the sql queries are right.
But in some cases even changing those don't work. For instance if …
-
Global policy should probably include a set of default extensions to populate "Never Compress" list. At least until #812 is implemented. Compressing high-entropy files severely impacts compression spe…
-
The following innocent code leads sage to crash hard.
```
sage: P = polytopes.dodecahedron(backend='normaliz')
sage: P.volume(measure='induced_lattice')
```
The problem is that we use the wrong me…
-
插件加载d2hack.script功能似乎与plugy10.00冲突,每次退出游戏时报错c00000005.查看了下,插件加入loadscript.dll功能之前正常,加入loadscript.dll功能之后,d2helper,dll与plugy10.00冲突,换成loadscript.dll依然冲突,确认是loadscript.dll与plugy10.00冲突。之前用plugy14.03,没有问…