Max Horn
Max Horn
Aha. I guess the reason I did not submit it back then is that it runs into issue #1311 (which I completely forgot about), at least for `ZZPolyRingElem` (I am...
Fixed the `ZZPolyRingElem` case.
Tried `fmpz_poly_is_squarefree` but it gives incorrect results (it considers $4$ or $4*x$ to be square free). With our version of FLINT, at least -- dunno if it is different in...
Was resolved by #1742.
Some of them come from that PR, indeed. But just 8, the other 130 were there before...
Just to say, I've since then fixed all the ambiguities from PR #1540 via PR #1558. The other 130 are still there. Of these, - 61 affect `rand` (related: https://github.com/Nemocas/AbstractAlgebra.jl/issues/1388)...
We have a generic `addmul!` for matrices (and more) now which however by default just uses `add!` plus `mul!` so you won't benefit much (for reasons already explained here). But...
As a GAP user, `mod(2//3,5) == 4` seems quite natural to me, if I interpret `1/5` and I believe some people in crypto also like that notation. And while I...
let me also mention issue Nemocas/AbstractAlgebra.jl#1000
We have these operations, and also generic versions. Of course more specialized ones can always be added, but overall I think this has been addressed -- except for the suggested...