- .NET Standard 1.6 support
RegisterFunctionnow 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!