mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Math (https://www.mersenneforum.org/forumdisplay.php?f=8)
-   -   Big Oh of LL test? (https://www.mersenneforum.org/showthread.php?t=66)

jbohanon 2002-09-09 02:48

Big Oh of LL test?
 
Just curious to find out.

The new primality test postulates that they can get it down to a cubic polynomial and I'm curious if that might beat out the LL-primality test.

Prime95 2002-09-09 21:18

O(n^2 log n)

where n is the number of bits in the Mersenne number.

jbohanon 2002-09-09 23:59

You mean the bits of p or 2^p-1?

Prime95 2002-09-10 01:11

Bits of 2^p-1. In other words, O(p^2 log p)


All times are UTC. The time now is 17:44.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.