Oscar Benjamin
Oscar Benjamin
Yes, that sounds good although as you say steps 2 and 3 could be one PR.
Some of these are the same as were fixed in gh-262.
There should at least be a CI job that tests a 32-bit build. GitHub Actions does not provide 32-bit runners though. If the WASM build was completed then maybe that...
I've just merged gh-318 which adds tests for wasm32 in CI and fixes up the tests. Is it possible to test if that fixes the issue from the main branch...
Thanks. That test can be skipped as well. Both outputs are fine. There needs to be a better way of testing arb outputs than using doctests like this. It is...
I've set that test to be skipped in d5c40a4c7ae088caba2ffab5ad79cdd4f41ad505 so current main should have passing tests for i686. The fact that that test passes on wasm32 but still fails on...
This PR has not been merged because changes were requested. Feel free to open a new PR based off of this one (ideally preserving the original commit). It won't get...
Closing after gh-28238
I guess it should have a `to_dok` method like Matrix.
With python-flint (`pip install python-flint`) I tried this: ``` f = flint.arb(float(-(n - x))).hypgeom_2f1(x + alpha, x + alpha + beta, scale) ``` That gives: ``` $ python a.py -log...