Singulink.Numerics.BigIntegerExtensions 2.3.0

Prefix Reserved
dotnet add package Singulink.Numerics.BigIntegerExtensions --version 2.3.0                
NuGet\Install-Package Singulink.Numerics.BigIntegerExtensions -Version 2.3.0                
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="Singulink.Numerics.BigIntegerExtensions" Version="2.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Singulink.Numerics.BigIntegerExtensions --version 2.3.0                
#r "nuget: Singulink.Numerics.BigIntegerExtensions, 2.3.0"                
#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 Singulink.Numerics.BigIntegerExtensions as a Cake Addin
#addin nuget:?package=Singulink.Numerics.BigIntegerExtensions&version=2.3.0

// Install Singulink.Numerics.BigIntegerExtensions as a Cake Tool
#tool nuget:?package=Singulink.Numerics.BigIntegerExtensions&version=2.3.0                

Singulink.Numerics.BigIntegerExtensions

Chat on Discord View nuget packages Build and Test

BigIntegerExtensions provides some helper BigInteger extension methods and a super fast power cache that serves as a replacement for BigInteger.Pow() for bases between 3 and 10 (inclusive) to quickly get cached values instead of calculating them each time they are needed. This library is used by Singulink.Numerics.BigDecimal to improve performance and support its operations.

We are a small team of engineers and designers dedicated to building beautiful, functional and well-engineered software solutions. We offer very competitive rates as well as fixed-price contracts and welcome inquiries to discuss any custom development / project support needs you may have.

This package is part of our Singulink Libraries collection. Visit https://github.com/Singulink to see our full list of publicly available libraries and other open-source projects.

Installation

The package is available on NuGet - simply install the Singulink.Numerics.BigIntegerExtensions package.

Supported Runtimes: Everywhere .NET Standard 2.0 is supported, including:

  • .NET
  • .NET Framework
  • Mono / Xamarin

End-of-life runtime versions that are no longer officially supported are not tested or supported by this library.

Features

  • BigIntegerPowCache for cached lookups of powers of bases 3 to 10.
  • CountDigits() and CountDigitsAndTrailingZeros() extension methods using highly optimized algorithms.
  • Divide() extension method that supports a wide range of rounding modes instead of just truncating the result like the standard division operator.

Further Reading

You can view the fully documented API on the project documentation site.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Singulink.Numerics.BigIntegerExtensions:

Package Downloads
Singulink.Numerics.BigDecimal

Fully-featured support for arbitrarily large precision decimal values.

SaxonCS

SaxonCS is a high-performance XSLT 3.0 processor. It conforms with the latest W3C specifications (notably XSLT 3.0, XQuery 3.1, and XPath 3.1).

SaxonCS-b6

SaxonCS is a high-performance XSLT 3.0 processor. It conforms with the latest W3C specifications (notably XSLT 3.0, XQuery 3.1, and XPath 3.1).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 135 1/28/2025
2.2.0 5,187 12/8/2023
2.1.0 125,810 12/30/2022
2.0.1 183,757 6/20/2021
2.0.0 19,291 6/15/2021
1.1.0 757 4/19/2021
1.0.1 511 2/22/2021
1.0.0 657 2/7/2021