Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi authored Sep 1, 2024
1 parent e785893 commit 26628f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,15 @@ Assert.That(dynamicEngine.Evaluate("(c+b)*a", a: 6, b: 4.5, c: 2.6),
```
dotnet add package Math-Expression-Evaluator
```

## User Feedback

From https://stackoverflow.com/questions/50722680/methods-for-dynamically-creating-an-array-in-c-sharp

DavidG
> Can't decide if this library is evil, genius or evil genius...
xanatos
> That library is using high level magic... Very high level :-)
> The class is dynamic and is handling in a dynamic way the use of the method... fascinating

0 comments on commit 26628f3

Please sign in to comment.