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