Skip to main content
SoftWx.Numerics.Portable package icon

SoftWx.Numerics.Portable

Library containing a UInt128 class, and extensions to .Net's built in integral data types. The package targets .NET Standard 1.0. It was originally written by Steve Hatchett. 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.

Total Downloads
45.4K
45,386
Published
Apr 11, 2017
Latest stable version

Install

.NET CLI
dotnet add package SoftWx.Numerics.Portable --version 2.2.0
Package Manager Console
Install-Package SoftWx.Numerics.Portable -Version 2.2.0
PackageReference
<PackageReference Include="SoftWx.Numerics.Portable" Version="2.2.0" />

Frameworks

.NETStandard1.0

Dependencies

NETStandard.Library
.NETStandard1.0
[1.6.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.