eugenca

Results 23 comments of eugenca

I think BigInteger input could be achieved by something like ```Expression expression = new Expression("Abs(MakeBigInteger('1,000,000,000,000,000'))");``` via string, not integer

@Bykiev I got some occasional test run error on that test recently when running it first time, then it disappeared

It will be backward-incompatible, not sure how to request properly. Maybe create new branch for UE5.1+?

Added basic BP functionality ![image](https://github.com/benui-dev/UE-BUITween/assets/5236164/92bef7f4-ff37-4039-ae9b-6b97473c0012)

You can check this is actually working in lambda here: https://eugenca.github.io/wasm_projects/runge-kutta/ ![image](https://github.com/sklose/NCalc2/assets/5236164/fd6ee7c0-cd37-4342-8ea9-74f84764b90c)

Actually, 12 000 000 evaluations (4 per step of 3kk steps) of ```sin(x)+cos(sin(x))-tan(log10(x+2))``` plus some math (rk4) in 2908ms in browser wasm. C++ could make 72 000 000 evaluations (in...

@david-brink-talogy @sklose this is experimental behavior, and it could break some existing code, so I ask about possibilities of existence of that functionality

@Bykiev > Can you please attach BenchmarkDotNet tests to compare performance with the current version? Performance is just the same. If you have considerations of different tests please tell and...

Ok! I will try to ensure this. If anyone have additional ideas for tests please share

@sklose Added tests to ensure your requirements. Tested Lambda with double types only for now @david-brink-talogy Added method caching into static dictionary But it seems that getting method without caching...