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
<PackageReference Include="Singulink.Numerics.BigIntegerExtensions" Version="2.3.0" />
paket add Singulink.Numerics.BigIntegerExtensions --version 2.3.0
#r "nuget: Singulink.Numerics.BigIntegerExtensions, 2.3.0"
// 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
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.
About Singulink
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()
andCountDigitsAndTrailingZeros()
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 | Versions 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. |
-
.NETStandard 2.0
- System.Memory (>= 4.6.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.