- .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!