Download BigNumber for .NET
Description
The BigNumber project is a testbed for developing various implementations of big integers and rational numbers in C#. The main guideline of the project is simplicity of use, robustness and completness of the libraries. The library will provide various algorithms for general use.
Source Files
The download file bignumber.zip has the following entries.
BigNumber.config/*from w w w.java2 s . c o m*/
BigNumber.csproj
BigNumber.nunit
BigNumberMath.cs
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Factoring/FactoringBigNumber.cs
Factoring/ForewardSkipList.cs
Factoring/PrimeGenerator.cs
Fast/FastBigNumber.cs
IBigNumber.cs
NUnit/NUnitFactoringBigNumberTests.cs
NUnit/NUnitFastBigNumberTests.cs
NUnit/NUnitMathTests.cs
NUnit/NUnitSanityTests.cs
NUnit/TestsHelper.cs
Properties/AssemblyInfo.cs
Std/Int64BigNumber.cs
Std/RationalBigNumber.cs
Std/StdBigNumber.cs
Download
Click the following link to download bignumber.zip.
bignumber.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »