Albin Ahlbäck
Albin Ahlbäck
*Relies on #31 and #33* 1. Removed parentheses around conditionals in while and if statements, since it's more julian. 2. Made spelling more julian. 3. Changed tab size from 4...
In order to have the same style as Julia, methods like `getPos` should be changed (if needed) to something like `getpos`.
By usage of trigonometric function, I was able to reduce the computational complexity of the algorithm from O(r^2) to O(r). Further note the lack of `if` statements within the `for`...
You also need to fix Travis. However, I would recommend using Github's own suite.
Where is it? I can't seem to find it.
Big speedup for smaller `n` and increased precision due to not using floating point precision. Let me know if you want any timings for this.
Main goal to be more readable. Specifically: - Make pages look more paper-like by * having margins for the text on the "paper" and * applying a maximum width for...
The header is meant to include macros, functions and constants used throughout the whole library.
Mostly used by developers, so I guess it's not a high priority issue. However, it is nice to have a quick glance at it while developing so one can quickly...
In some functions, for example `arf_mul_si`, there is use of `arf_ptr` instead of `arf_t` as well as `arf_srcptr` instead of `const arf_t`. I think `arf_ptr` and `arf_srcptr` "only should be...