martes, septiembre 03, 2013

Publication of PHP Prime Number Test Class in PHPClassess.org

This class can check if a number is prime in several ways.

It can take a given number and check if it is prime using different methods.

Currently it tests the numbers using the methods: Standard test, Miller-Robin, Fermat Littler Theorem and GMP Library.

The class can also find the next and previous prime numbers near a given number.

This was nominated to the PHP Programming Innovation Award among all
the classes approved for publishing in the PHP Classes site during the
month of August of 2013.

For more info can see this at GitHub or PHPClasses.org .

1 comentario:

  1. Thats awesome!!! Is really cool that you have been nominated. Congrats! I hope you win.
    You should post here a little inside about the source code of your PHP class

    ResponderEliminar