JASory
JASory
Look into [number-theory](https://crates.io/crates/number-theory) for faster primality and more number-theorectic functions (fastest in Rust as far as I know, the only short-coming is that it doesn't have sieving yet, although there...
As the target audience is in non-mathematical sciences, it might be helpful to provide a solutions chapter to demonstrate the approaches used for some of the exercises and challenges. Additionally...
Lucas test (and by extension the Baillie-PSW test used in "strong_check") flags some primes as composites. A cursory search found no composites that passed (given the rarity of even 2-SPRPs...
Taking a brief survey over the "resources" enumerated in the source code, some issues keep emerging. Many of these provide no additional capability over an internet search, and possibly even...
Hello, I was finally able to get the book to build again and consequently I will be contributing more. This pull request fixes some grammatical errors, a translation, and changed...
Implement partial decay, and Bateman's equation to accurately model the probability of the individual atom's identity.
During auditing, the following errors were found in the decaychain lookuptable, compromising a total of 119 errors out of 3585. Most errors are incorrect ratios due to parsing or unsupported...
Number-Theory's end goal is to be among the pre-eminent elementary number theory libraries of any language While it is quite fast for machine-sized words (possibly the fastest in any language)....
Considerably speeds up hard cases of factorisation for 128-bit integers. Should be comparable or faster than GNU factor for values in that range. Fixes #1456 and #1559 can also be...