SoftWx.Numerics NuGet Package

Library containing a UInt128 class, and extensions to .Net's built in integral data types.
The version targeting .Net 4.5 is implemented as a Portable Class Library.
The methods in this library were written with speed in mind.

UInt128 operations are generally much faster than BigInteger.
Includes an IsPrime method for ulong that's pretty fast even for ulong values near MaxValue, as it uses the Miller-Rabin algorithm that's deterministic (not probable) over the range of ulong values.




Got any SoftWx.Numerics Question?





Info

Version: 2.0.1
Author(s): Steve Hatchett
Last Update: Saturday, February 13, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/softwx/SoftWx.Numerics
NuGet Url: https://www.nuget.org/packages/SoftWx.Numerics


Install
Install-Package SoftWx.Numerics
dotnet add package SoftWx.Numerics
paket add SoftWx.Numerics
SoftWx.Numerics Download (Unzip the "nupkg" after downloading)

.NETFramework 3.5
  • No dependencies.
.NETFramework 4.0
  • No dependencies.
.NETFramework 4.5
  • No dependencies.


Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

2993