Merge pull request #645 from knocte/nitpicks
[mono-project.git] / mcs / class / corlib / Mono.Math.Prime / ChangeLog
blobdce33843a7e132f0f599882a7462a200a1f41345
1 2007-09-12  Sebastien Pouliot  <sebastien@ximian.com>
3         * ConfidenceFactor.cs, PrimalityTests.cs: Updated to match 
4         Mono.Security sources.
6 2004-05-07  Sebastien Pouliot  <sebastien@ximian.com>
8         * PrimalityTests.cs: In sync with Mono.Security.dll version.
10 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
12         * PrimalityTests.cs: In sync with Mono.Security.dll version.
14 2003-04-23  Alp Toker  <alp@atoker.com>
16         * PrimalityTests.cs: Mark PrimalityTest as non-CLS-compliant (build fix)
18 2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>
20         * ConfidenceFactor.cs: New. Enum for prime quality.
21         Support for BigInteger (commited for Ben Maurer).
22         * PrimalityTests.cs: New. Tests for primality.
23         Support for BigInteger (commited for Ben Maurer).