Unlimitedinf.Tools.Statics 3.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Unlimitedinf.Utilities

dotnet add package Unlimitedinf.Tools.Statics --version 3.1.1
NuGet\Install-Package Unlimitedinf.Tools.Statics -Version 3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Unlimitedinf.Tools.Statics" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unlimitedinf.Tools.Statics --version 3.1.1
#r "nuget: Unlimitedinf.Tools.Statics, 3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Version Downloads Last updated
3.1.1 1,313 12/29/2017
3.1.0 1,059 10/2/2017
3.0.1 1,134 3/22/2017
3.0.0 1,370 3/6/2017

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.