eugenca

Results 23 comments of eugenca

Maybe it is worth to update readme with examples or links, to allow users to know about this functionality

If this is important to not change public interface, I could make it this way

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: ![image](https://github.com/sklose/NCalc2/assets/5236164/56f6690c-0534-4b8b-abfa-71e52f3b02f3) On screenshot you could see parameters used to make...

however formula ```2+2+ ... +2``` is as fast as ```100```