PolishNotation

This is a simple library that can convert string in Func using RPN.


Keywords
RPN
Install
Install-Package PolishNotation -Version 2.0.0

Documentation

RPN

This is a simple library that can convert string in Func using RPN.

   Func<double, double> func = Expression.ToDelegate("-log(x,2)*sin(x)");

and func - representation of the "-log(x,2)*sin(x)" as function of x.