Info
Version: | 1.0.4 |
Author(s): | Tocronx |
Last Update: | Friday, December 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/Tocronx/expressionparser |
NuGet Url: | https://www.nuget.org/packages/Tocronx.ExpressionParserCore |
Install
Install-Package Tocronx.ExpressionParserCore
dotnet add package Tocronx.ExpressionParserCore
paket add Tocronx.ExpressionParserCore
Tocronx.ExpressionParserCore Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.1)
Tags
Allows the conversion of formulas in infix notation to postfix notation. Calculates formulas in postfix notation using resolver classes for variables and functions.