Skip to content

Commit 4508134

Browse files
authored
fix
1 parent c0e34c4 commit 4508134

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/IntegerMathUtils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
export iroot, ispower, rootrem find_exponent, is_probably_prime
2-
31
module IntegerMathUtils
2+
export iroot, ispower, rootrem, find_exponent, is_probably_prime
43

54
iroot(x::Integer, n::Integer) = iroot(x, Cint(n))
65

0 commit comments

Comments
 (0)