Sylvester.Arithmetic by Allister Beharry

<PackageReference Include="Sylvester.Arithmetic" Version="0.2.8.1" />

 Sylvester.Arithmetic 0.2.8.1

Type-level natural number arithmetic and constraints using fixed-point decimal types.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Sylvester.Arithmetic</id>
    <version>0.2.8.1</version>
    <title>Sylvester.Arithmetic</title>
    <authors>Allister Beharry</authors>
    <owners>allisterb</owners>
    <licenseUrl>https://raw.githubusercontent.com/allisterb/Sylvester/blob/master/LiCENSE</licenseUrl>
    <projectUrl>https://github.com/allisterb/Sylvester/tree/master/src/Providers/Sylvester.Provider.Arithmetic</projectUrl>
    <iconUrl>https://github.com/allisterb/Compute.NET/raw/master/numanalysis.png</iconUrl>
    <description>Type-level natural number arithmetic and constraints using fixed-point decimal types.</description>
    <summary>Type-level natural number arithmetic and constraints</summary>
    <releaseNotes>Move types and functions to module instead of namespace and remove unneeded code. Add max and min functions.</releaseNotes>
    <copyright>Copyright(c) 2019 2020 2021 by Allister Beharry</copyright>
    <tags>F# fsharp math arithmetic type-level</tags>
    <references>
      <reference file="Sylvester.Provider.Arithmetic.Runtime.dll" />
    </references>
    <dependencies>
      <dependency id="FSharp.Core" version="4.3.4" />
    </dependencies>
  </metadata>
</package>