PeterO.Numbers
0.3.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.3.0
NuGet\Install-Package PeterO.Numbers -Version 0.3.0
<PackageReference Include="PeterO.Numbers" Version="0.3.0" />
paket add PeterO.Numbers --version 0.3.0
#r "nuget: PeterO.Numbers, 0.3.0"
// Install PeterO.Numbers as a Cake Addin #addin nuget:?package=PeterO.Numbers&version=0.3.0 // Install PeterO.Numbers as a Cake Tool #tool nuget:?package=PeterO.Numbers&version=0.3.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 (6)
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).
|
|
MeltyPlayer/FinModelUtility
Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.8.2 | 1,883,939 | 7/2/2021 | |
1.8.1 | 103,403 | 6/30/2021 | |
1.8.0 | 168,389 | 4/29/2021 | |
1.7.4 | 365,687 | 8/8/2020 | |
1.7.3 | 88,266 | 7/14/2020 | |
1.7.2 | 1,124 | 7/12/2020 | |
1.7.1 | 1,157 | 7/5/2020 | |
1.7.0 | 1,060 | 7/4/2020 | |
1.6.0 | 448,831 | 3/20/2020 | |
1.5.1 | 170,885 | 12/11/2019 | |
1.5.0 | 4,338 | 12/2/2019 | |
1.4.3 | 2,165,089 | 7/4/2019 | |
1.4.2 | 2,731 | 7/1/2019 | |
1.4.1 | 1,266 | 6/18/2019 | |
1.4.0 | 1,218 | 6/16/2019 | |
1.3.1 | 1,276 | 6/2/2019 | |
1.3.0 | 1,271 | 5/30/2019 | |
1.2.2 | 21,222 | 1/3/2019 | |
1.2.1 | 1,641 | 1/2/2019 | |
1.2.0 | 1,409 | 1/1/2019 | |
1.1.2 | 510,897 | 7/31/2018 | |
1.1.1 | 1,896 | 7/30/2018 | |
1.1.0 | 1,567 | 7/30/2018 | |
1.0.2 | 271,329 | 9/8/2017 | |
1.0.1 | 1,530 | 9/8/2017 | |
1.0.0 | 4,731 | 8/11/2017 | |
0.5.0 | 1,564 | 8/6/2017 | |
0.4.0 | 3,792 | 5/30/2017 | |
0.3.0 | 17,595 | 11/15/2016 | |
0.2.2 | 18,074 | 2/15/2016 | |
0.2.0 | 2,171 | 2/3/2016 |
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