Unlimitedinf.Tools.Numerics 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.Numerics --version 3.1.1
NuGet\Install-Package Unlimitedinf.Tools.Numerics -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.Numerics" 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.Numerics --version 3.1.1
#r "nuget: Unlimitedinf.Tools.Numerics, 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.Numerics as a Cake Addin
#addin nuget:?package=Unlimitedinf.Tools.Numerics&version=3.1.1

// Install Unlimitedinf.Tools.Numerics as a Cake Tool
#tool nuget:?package=Unlimitedinf.Tools.Numerics&version=3.1.1

Various extensions to the basic numeric classes that help with computation. An attempt was made at optimization of the methods with improvements always welcome.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 1,288 12/29/2017
3.1.0 1,054 10/2/2017
3.0.2 1,049 8/13/2017
3.0.1 1,095 3/22/2017
3.0.0 1,091 3/6/2017

3.1.1
 - Convert to dotnet CLI.

3.1.0
 - Added net47 version.

3.0.*
 - Fixed dependencies?
 - Added builds for net40, net45, net46, and latest.
 - Broke apart the original package based on dependencies.
 - See the source for full additions. Contains extensions for Int32, Int64, and BigInteger.