PeterO.Numbers
0.4.0
Use the latest version of PeterO.Numbers (the latest version is 1.5.1 as of January 2020).
See the version list below for details.
dotnet add package PeterO.Numbers --version 0.4.0
NuGet\Install-Package PeterO.Numbers -Version 0.4.0
<PackageReference Include="PeterO.Numbers" Version="0.4.0" />
paket add PeterO.Numbers --version 0.4.0
#r "nuget: PeterO.Numbers, 0.4.0"
// Install PeterO.Numbers as a Cake Addin #addin nuget:?package=PeterO.Numbers&version=0.4.0 // Install PeterO.Numbers as a Cake Tool #tool nuget:?package=PeterO.Numbers&version=0.4.0
A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on PeterO.Numbers:
Package | Downloads |
---|---|
PeterO.Cbor
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949. |
|
CardanoSharp.CBOR
Package Description |
|
AngouriMath
Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org. |
|
Multiformats.Codec
Multiformat codecs |
|
Orion.CardanoSharp.CBOR
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on PeterO.Numbers:
Repository | Stars |
---|---|
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
|
|
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
|
|
CICADA8-Research/RemoteKrbRelay
Remote Kerberos Relay made easy! Advanced Kerberos Relay Framework
|
|
peteroupc/CBOR
A C# implementation of Concise Binary Object Representation (RFC 8949).
|
|
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono
|
Version | Downloads | Last updated | |
---|---|---|---|
1.8.2 | 1,626,320 | 7/2/2021 | |
1.8.1 | 99,162 | 6/30/2021 | |
1.8.0 | 160,672 | 4/29/2021 | |
1.7.4 | 321,235 | 8/8/2020 | |
1.7.3 | 86,391 | 7/14/2020 | |
1.7.2 | 1,110 | 7/12/2020 | |
1.7.1 | 1,146 | 7/5/2020 | |
1.7.0 | 1,049 | 7/4/2020 | |
1.6.0 | 433,941 | 3/20/2020 | |
1.5.1 | 162,422 | 12/11/2019 | |
1.5.0 | 4,082 | 12/2/2019 | |
1.4.3 | 2,089,847 | 7/4/2019 | |
1.4.2 | 2,712 | 7/1/2019 | |
1.4.1 | 1,247 | 6/18/2019 | |
1.4.0 | 1,202 | 6/16/2019 | |
1.3.1 | 1,260 | 6/2/2019 | |
1.3.0 | 1,254 | 5/30/2019 | |
1.2.2 | 20,219 | 1/3/2019 | |
1.2.1 | 1,626 | 1/2/2019 | |
1.2.0 | 1,391 | 1/1/2019 | |
1.1.2 | 494,126 | 7/31/2018 | |
1.1.1 | 1,873 | 7/30/2018 | |
1.1.0 | 1,552 | 7/30/2018 | |
1.0.2 | 270,797 | 9/8/2017 | |
1.0.1 | 1,516 | 9/8/2017 | |
1.0.0 | 4,683 | 8/11/2017 | |
0.5.0 | 1,549 | 8/6/2017 | |
0.4.0 | 3,778 | 5/30/2017 | |
0.3.0 | 17,578 | 11/15/2016 | |
0.2.2 | 18,043 | 2/15/2016 | |
0.2.0 | 2,156 | 2/3/2016 |
Version 0.4:
- Assembly signed with a strong name
- Some improvements to documentation
Version 0.3:
- Deprecated ERational constructor
- Added many type conversion operators and methods
to EDecimal, EFloat, ERational, and EInteger
- Added FromString, CompareToTotal, and
CompareToTotalMagnitude methods to ERational
- An overload of RoundToExponentExact in EDecimal is
no longer obsolete and uses the rounding mode specified
- Used a new division implementation in EInteger
- Used the new division implementation to optimize conversion
of huge EIntegers to decimal strings
- Bug fixes