Releases: yallie/Sprache.Calc
Releases · yallie/Sprache.Calc
1.1.0
- .NET Standard 1.6 support
RegisterFunction
now accepts strings:
calc.RegisterFunction("Add", "a + b", "a", "b");
Thanks to @andreyleskov for contributing these changes!
RegisterFunction
now accepts strings:calc.RegisterFunction("Add", "a + b", "a", "b");
Thanks to @andreyleskov for contributing these changes!