eugenca
eugenca
Maybe it is worth to update readme with examples or links, to allow users to know about this functionality
Not sure what to do with tuple returning error
If this is important to not change public interface, I could make it this way
Done, please review
Resolved all changes
If you provide appropriate way on how to achieve this, I could make merge request
Hi My use case it to get intermediate System.Linq.Expressions.Expression if I need Currently I can get only NCalc2.Expression or Func I need this to pass to optimizator of System.Linq.Expressions.Expression if...
Currently I solved it by forking and changing LambdaExpressionVistor to public, duplication ToLambda method on my side to obtain intermediate result
Here is my test project, where you can check the behavior of generated expression online https://eugenca.github.io/wasm_projects/runge-kutta/ This is my setup:  On screenshot you could see parameters used to make...
however formula ```2+2+ ... +2``` is as fast as ```100```