PeterO.Numbers 0.3.0

Additional Details

Use the latest version of PeterO.Numbers (the latest version is 1.5.1 as of January 2020).

There is a newer version of this package available.
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
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="PeterO.Numbers" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.Numbers --version 0.3.0
#r "nuget: PeterO.Numbers, 0.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 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.

There are no supported framework assets in this package.

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.

AngouriMath The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

CardanoSharp.CBOR

Package Description

Multiformats.Codec

Multiformat codecs

CobrowseIO.Windows

Cobrowse.io - Windows SDK

GitHub repositories (4)

Showing the top 4 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.
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 953,074 7/2/2021
1.8.1 86,100 6/30/2021
1.8.0 128,402 4/29/2021
1.7.4 261,094 8/8/2020
1.7.3 79,990 7/14/2020
1.7.2 1,050 7/12/2020
1.7.1 1,080 7/5/2020
1.7.0 988 7/4/2020
1.6.0 389,198 3/20/2020
1.5.1 143,986 12/11/2019
1.5.0 3,885 12/2/2019
1.4.3 1,837,139 7/4/2019
1.4.2 2,644 7/1/2019
1.4.1 1,183 6/18/2019
1.4.0 1,145 6/16/2019
1.3.1 1,203 6/2/2019
1.3.0 1,196 5/30/2019
1.2.2 18,133 1/3/2019
1.2.1 1,567 1/2/2019
1.2.0 1,338 1/1/2019
1.1.2 448,794 7/31/2018
1.1.1 1,799 7/30/2018
1.1.0 1,491 7/30/2018
1.0.2 268,956 9/8/2017
1.0.1 1,457 9/8/2017
1.0.0 4,330 8/11/2017
0.5.0 1,496 8/6/2017
0.4.0 3,644 5/30/2017
0.3.0 17,443 11/15/2016
0.2.2 17,814 2/15/2016
0.2.0 2,074 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