Albin Ahlbäck
Albin Ahlbäck
Very true. At the time of the PR I was mostly familiar with packages with 2-spaces indents. I will fix this if this package is going to be maintained.
See [https://docs.julialang.org/en/v1/manual/variables/#Stylistic-Conventions](https://docs.julialang.org/en/v1/manual/variables/#Stylistic-Conventions).
@aviks, what is your opinion on tab size and keeping a maximum of 80 chars on every line?
I added the testfile in `test/`. Here's the result, which clearly proves that this way is faster: ``` # Starting julia julia> include("circleperformance.jl") testnew (generic function with 1 method) #...
 The first sequence of circles on the left have the radius 1 to 7. The ones to the right have the radius 49 to 81. As you can see,...
No, just formatting. I only meant to mention the issue with Travis, as it is broken in its current state.
Looking at the documentation for `arb_printn` (https://arblib.org/arb.html#c.arb_printn), it refers us back to `arb_get_str` where we see that > With default flags, the output can be parsed back with arb_set_str(), and...
Seems good, but the error term of it seems daunting to compute (perhaps you have some deeper knowledge in the error term of the gamma function). And I can't seem...
Is that with correct error bounds? If so, can you share the proofs for those error bounds used?
Truly great work!!