DotNetMath by Liam MacIsaac

<PackageReference Include="DotNetMath" Version="1.5.2" />

.NET API 41,472 bytes

 DotNetMath 1.5.2

Package containing extensive mathematical capabilities for .NET including: Solution of mathematical expressions provided in string format with support for a large number of functions, operators, logical expressions and variables. Solution of systems of linear simultaneous equations. Polynomial curve-fitter to fit a polynomial of a given order to a set of two-dimensional input data.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>DotNetMath</id>
    <version>1.5.2.0</version>
    <title>DotNetMath</title>
    <authors>Liam MacIsaac</authors>
    <owners>Liam MacIsaac</owners>
    <licenseUrl>http://www.liam-macisaac.co.uk/dotnetmath/license/</licenseUrl>
    <projectUrl>http://www.liam-macisaac.co.uk/dotnetmath</projectUrl>
    <iconUrl>http://www.liam-macisaac.co.uk/math.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Package containing extensive mathematical capabilities for .NET including:
Solution of mathematical expressions provided in string format with support for a large number of functions, operators, logical expressions and variables.
Solution of systems of linear simultaneous equations.
Polynomial curve-fitter to fit a polynomial of a given order to a set of two-dimensional input data.</description>
    <summary>Mathematical functions library for .NET.</summary>
    <releaseNotes>Additional UTC time functions added.</releaseNotes>
    <copyright>Copyright 2013 Liam MacIsaac</copyright>
    <tags>math symbolic algebra polynomial equation</tags>
  </metadata>
</package>