Skip to content

Commit 26628f3

Browse files
authored
Update README.md
1 parent e785893 commit 26628f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ Assert.That(dynamicEngine.Evaluate("(c+b)*a", a: 6, b: 4.5, c: 2.6),
3333
```
3434
dotnet add package Math-Expression-Evaluator
3535
```
36+
37+
## User Feedback
38+
39+
From https://stackoverflow.com/questions/50722680/methods-for-dynamically-creating-an-array-in-c-sharp
40+
41+
DavidG
42+
> Can't decide if this library is evil, genius or evil genius...
43+
44+
xanatos
45+
> That library is using high level magic... Very high level :-)
46+
47+
> The class is dynamic and is handling in a dynamic way the use of the method... fascinating

0 commit comments

Comments
 (0)