Skip to content

2.2.2

Compare
Choose a tag to compare
@AntonovAnton AntonovAnton released this 12 Oct 08:46
· 2 commits to main since this release
1c50769

Fixes: #72
The Compile(this string mathString, IMathContext? context = null, IFormatProvider? provider = null) extension method for the string type without T parameters has been removed to avoid conflicts between the context argument and the parameters argument in other overload of the Compile method.
Compilation without parameters doesn't make sense, anyway you still can use the MathExperssion.Compile() method instead of the string extension method.