Unlimitedinf.Tools.Statics
3.1.1
Prefix Reserved
dotnet add package Unlimitedinf.Tools.Statics --version 3.1.1
NuGet\Install-Package Unlimitedinf.Tools.Statics -Version 3.1.1
<PackageReference Include="Unlimitedinf.Tools.Statics" Version="3.1.1" />
paket add Unlimitedinf.Tools.Statics --version 3.1.1
#r "nuget: Unlimitedinf.Tools.Statics, 3.1.1"
// Install Unlimitedinf.Tools.Statics as a Cake Addin #addin nuget:?package=Unlimitedinf.Tools.Statics&version=3.1.1 // Install Unlimitedinf.Tools.Statics as a Cake Tool #tool nuget:?package=Unlimitedinf.Tools.Statics&version=3.1.1
Contains the prime numbers below one million.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 is compatible. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Unlimitedinf.Tools.Statics:
Package | Downloads |
---|---|
Unlimitedinf.Tools.Numerics
Various extensions to the basic numeric classes that help with computation. An attempt was made at optimization of the methods with improvements always welcome. |
GitHub repositories
This package is not used by any popular GitHub repositories.
3.1.1
- Convert to dotnet CLI.
3.1.0
- Added net47 version.
3.0.*
- Added builds for net40, net45, net46, and latest.
- Broke apart the original package based on dependencies.
- Added the prime integers from 2 to 1000003, inclusive, as an unordered set and an ordered array.