PeterO.Numbers 1.8.2

.NET Standard 1.0 .NET Framework 2.0
dotnet add package PeterO.Numbers --version 1.8.2
NuGet\Install-Package PeterO.Numbers -Version 1.8.2
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="1.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.Numbers --version 1.8.2
#r "nuget: PeterO.Numbers, 1.8.2"
#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=1.8.2

// Install PeterO.Numbers as a Cake Tool
#tool nuget:?package=PeterO.Numbers&version=1.8.2

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.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 1.0

    • No dependencies.

NuGet packages (8)

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 (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.
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
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 286,687 7/2/2021
1.8.1 61,660 6/30/2021
1.8.0 50,221 4/29/2021
1.7.4 164,415 8/8/2020
1.7.3 57,901 7/14/2020
1.7.2 514 7/12/2020
1.7.1 594 7/5/2020
1.7.0 474 7/4/2020
1.6.0 271,198 3/20/2020
1.5.1 103,441 12/11/2019
1.5.0 2,743 12/2/2019
1.4.3 1,101,247 7/4/2019
1.4.2 821 7/1/2019
1.4.1 667 6/18/2019
1.4.0 635 6/16/2019
1.3.1 687 6/2/2019
1.3.0 658 5/30/2019
1.2.2 14,862 1/3/2019
1.2.1 990 1/2/2019
1.2.0 778 1/1/2019
1.1.2 367,111 7/31/2018
1.1.1 1,151 7/30/2018
1.1.0 926 7/30/2018
1.0.2 262,739 9/8/2017
1.0.1 899 9/8/2017
1.0.0 3,000 8/11/2017
0.5.0 959 8/6/2017
0.4.0 2,930 5/30/2017
0.3.0 16,721 11/15/2016
0.2.2 16,799 2/15/2016
0.2.0 1,468 2/3/2016

Version 1.8.2

- Fix bugs involving negative zero with ERational.FromEFloat and ERational.FromEDecimal

Version 1.8.1

- Fix bugs in EFloat string parsing in certain corner cases
- Fix NaN roundtripping with From/ToSingleBits and From/ToDoubleBits

Version 1.8

- Add LowBits family of methods to EInteger
- Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational
- Add overload to FromBytes method of EInteger
- Bug fixes