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
110 stars 30 forks source link

Proposed Enhancement for issue #7 #9

Open MSpekkio opened 1 year ago

MSpekkio commented 1 year ago

Adds Parser.RegisterFunction and Test to allow additional custom functions to be added to the Expression parser engine.

This closes proposed enhancement issue #7

bls-binh commented 1 year ago

@matheval

ianido commented 1 year ago

would be great to have this