tinyexpr icon indicating copy to clipboard operation
tinyexpr copied to clipboard

tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

Results 36 tinyexpr issues
Sort by recently updated
recently updated
newest added

Hello, im creating a geometry node in blender 3d for create parametric surfaces and im using your famous library. btw i would like to use any formula, by ex with...

Hi. I apologize if my English is not always clear. English is not my native language and I sometime lack using the proper word. I plan to integrate an expression...

Now I want to calculate complex number, for example, (2+3i)/(4+5i)=0.560 976 + 0.048 780 5i, I hope to add this feature, thanks!

Dear, Do you have any plans to merge it to master or should I use the logic branch if I need logic/equality operators? Thank you!

Hello, very nice project. I've been looking for a relatively simple C library for expression parsing that also supported symbolic differentiation and happened to find your project. Your code seems...

I've been using TinyExpr in my project and recently needed standard comparison operators (=) and boolean logic (!, &&, ||). I've just implemented this in my fork with this commit...

Nice job! What can be done in order to have evaluated expression as function f(x)? Such as: double f (double x) {return [parsed expression, p.e. x+3];}

This PR adds handling for malloc failures. I don't quite know how one would add sane test cases to cover it, but I did test it manually by replaceing malloc...

My work as per our discussion under #56

Should build using a c99 compiler. Tested on gcc 7 and MSVC 2017.