Info
Version: | 1.0.0 |
Author(s): | Ivan Iakimov ([email protected]) |
Last Update: | Sunday, July 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yakimovim/big-rational-numbers |
NuGet Url: | https://www.nuget.org/packages/EdlinSoftware.BigRationalNumbers |
Install
Install-Package EdlinSoftware.BigRationalNumbers
dotnet add package EdlinSoftware.BigRationalNumbers
paket add EdlinSoftware.BigRationalNumbers
EdlinSoftware.BigRationalNumbers Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
You'll be able to make arithmetic operations with these numbers and convert them into and from standard .NET number types. This implementation of rational numbers internally uses 'BigInteger' .NET type from System.Numerics assembly.