Merge: fix Int::is_prime
authorJean Privat <jean@pryen.org>
Thu, 3 Mar 2016 07:35:26 +0000 (02:35 -0500)
committerJean Privat <jean@pryen.org>
Thu, 3 Mar 2016 07:35:26 +0000 (02:35 -0500)
Primality test should also test the sqrt of the number.

Pull-Request: #1970
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge