deprecation fix

This commit is contained in:
Jutho 2018-01-24 16:45:33 +01:00
parent b734fe001f
commit 61eaa24215

View file

@ -1,4 +1,4 @@
using Primes.isprime
using Primes: isprime
import Base.divgcd
const primetable = [2,3,5]