Info
Version: | 8.0.4 |
Author(s): | Daniel Mueller |
Last Update: | Monday, August 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danm-de/Fractions |
NuGet Url: | https://www.nuget.org/packages/Fractions |
Install
Install-Package Fractions
dotnet add package Fractions
paket add Fractions
Fractions Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Runtime.Numerics(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Runtime.Numerics(>= 4.3.0)
- System.Runtime.Numerics(>= 4.3.0)
Tags
It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.