Announcing IntegerMathUtils.jl

Hi all, I’m just announcing a small utility package called JuliaMath/IntegerMathUtils.jl.
It adds a few gmp wrappers that provide useful integer functionality that doesn’t exist in Base. Specifically, it currently exports iroot, ispower, find_exponent (not a wrapper, but in the same vein), and is_probably_prime.

If you have more similar utility functions that you don’t have a good place for, feel free to make a PR!

7 Likes

Can you link to the package?

1 Like

good point. GitHub - JuliaMath/IntegerMathUtils.jl

1 Like

You can still modify the original post. Interested readers will not have to scroll down to find the link.

1 Like

For anyone interested, this is officially in the General repository. CI coming soon.