matheval / expression-evaluator-c-sharp

Matheval is a mathematical expressions evaluator library written in C#. Allows to evaluate mathematical, boolean, string and datetime expressions
https://matheval.org/
MIT License
107 stars 29 forks source link

Bitwise functions are missing in the documentation. #16

Open GuruGurra opened 1 year ago

GuruGurra commented 1 year ago

I found it peculiar that a C# library didn't have bitwise arithmetics. I downloaded the project to see if it could be added, just to find out it's already implemented. These BIT... functions should be mentioned in the documentation.