Albin Ahlbäck

Results 96 issues of Albin Ahlbäck

I was thinking of doing something similar to https://github.com/wbhart/flint2/pull/1068, perhaps with some modifications. Will open a draft PR when I get started, but I will wait for the PR in...

I know how to efficiently calculate Lerch transcendental function for integer `s \le 1` (maybe for `s = 2` as well) when `|x| < 1` and as well as when...

I am done with the former part, with addition of adding `nn_sqr_2` which simplifies `nn_mul_2x2` by skipping one `umul_ppmm`. I am going to add `arf_sqr_rnd_down` and then implement `arb_sqr` from...

Currently https://arblib.org/arb.html?highlight=zeta#c.arb_zeta only says that one should use `arb_poly_zeta_series` to obtain the derivative of Riemann/Hurwitz zeta function, but is not described in either place. Would it be possible to add...

Pretty irrelevant, but ``` @time include("make.jl") ... 251.851335 seconds (327.10 M allocations: 16.274 GiB, 2.72% gc time) ``` How can I speed things up?

Scrolling through the documentation for Hecke I saw some minor errors. For example, at https://www.thofma.com/Hecke.jl/dev/orders/orders/ there is a missing docstring for `denominator` and a \Z at the first docstring (should...

With the following example ``` using SimpleDirectMediaLayer const SDL2 = SimpleDirectMediaLayer SDL2.init() win = SDL2.CreateWindow("", Int32(0), Int32(0), Int32(200), Int32(100), UInt32(SDL2.WINDOW_SHOWN) ) renderer = SDL2.CreateRenderer(win, Int32(-1), UInt32(SDL2.RENDERER_ACCELERATED | SDL2.RENDERER_PRESENTVSYNC) ) SDL2.SetRenderDrawColor(renderer,...

As the title suggests. This should conform to GMP's definition: https://gmplib.org/manual/Number-Theoretic-Functions#index-Extended-GCD.

maths
minor change

Did not experience this in Julia 1.10.X, but now with 1.11.0-beta1, I get delays/stuttering/slowness when opening the Pkg-mode in the Julia REPL. This sort of sequence demonstrates when I get...

REPL