ThinkSharp.FormulaParser by Jan-Niklas Schäfer

<PackageReference Include="ThinkSharp.FormulaParser" Version="0.9.0" />

 ThinkSharp.FormulaParser 0.9.0

A formula parser with fluent API that allows parsing and evaluation of mathematically formulas. Features: functions, constants, variables, scientific numbers, focus on customization and flexibility.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ThinkSharp.FormulaParser</id>
    <version>0.9.0</version>
    <authors>Jan-Niklas Schäfer</authors>
    <owners>Jan-Niklas Schäfer</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/JanDotNet/ThinkSharp.FormulaParser</projectUrl>
    <description>A formula parser with fluent API that allows parsing and evaluation of mathematically formulas. Features: functions, constants, variables, scientific numbers, focus on customization and flexibility.</description>
    <releaseNotes>Removed term rewriting functionality (has been moved to its own project)</releaseNotes>
    <copyright>© 2020 Jan-Niklas Schäfer</copyright>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Antlr4.Runtime.Standard" version="4.7.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>