Skip to content

caballero77/RPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages