Since 331st commit, AM is not compatible to the previous versions. Here are changes you need to apply to migrate to the new version:
- Log as a static function swapped to (base, number) (but as an entity's method's the order remains)
- To check whether number is not real, use IsImaginary instead of IsComplex
- Don't use constructor new Number. Use Number.Create(re, im) for complex numbers, Number.Create(num) for integers, Number.Create(num) for real
- MathS.Utils.EQUALITY_THRESHOLD -> MathS.Settings.PrecisionErrorCommon
- Use MathS.Settings to set some system parameters, e. g. MathS.Settings.PrecisionErrorCommon.Set(1.0e-7m) & MathS.Settings.PrecisionErrorCommon.Unset()
- FromLinq removed
- All obsolete methods removed, check previous version to look for the replacing method
- CubicFormula numerical case removed
- InngerSimplify -> InnerEval