Unlimitedinf.Tools.Statics
3.1.1
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.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.