Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 525 Bytes

D-CSharp-Lib

Collection of useful methodes and classes.

Including:
-Prime tests:
-Trial division
-Prime division
-Fermat test
-Solovay-Strassen test
-Wilson test
-Pepin test
-Pocklington test
-Lucas test
-Miller test
-Selfridge test
-BailliePSW test
-Miller-Rabin test
-Prime sieve:
-Eratosthenes
-Atkin
-Sundaram
-Incremental
-...