[q-lang-users] Problem using function "isprime"
Brought to you by:
agraef
|
From: <we...@gm...> - 2004-10-07 18:20:54
|
Hello,
I got a problem using function "isprime" from GMP:
:
:
==> isprime 999907;
true
==> isprime 1000003;
isprime 1000003
==>
:
:
It shouldn't be a problem to determine that 1000003 is a prime?
Best regards,
Willi
|