This project is mirrored from https://github.com/mathnet/mathnet-symbolics.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
-
v0.7.022ad8431 · ·
Math.NET Symbolics v0.7.0 Updated package dependencies (no functional changes) NuGet package now lists the proper FSharp.Core package
-
v0.6.0d5f6f8de · ·
Math.NET Symbolics v0.6.0 Polynomial: square-free factorization Polynomial: commonFactors, coefficientMonomial Rational: reduce to cancel common simple factors (part of expand) Numbers: integer gcd and lcm routines Algebraic: summands, factors, factorsInteger Expression: FromIntegerFraction
-
v0.5.0eb16ed3f · ·
Math.NET Symbolics v0.5.0 Infix Parser: interpret decimal notation as exact rational numbers (0.2 -> 1/5) Infix Parser: allow white space after number literal Calculus: modified argument order for taylor for better currying (breaking!) Calculus: new tangentLine, normalLine Calculus: new differentiateAt as shortcut for differentiate >> substitute
-
v0.4.0869f407a · ·
Math.NET Symbolics v0.4.0 Calculus: add taylor expansion function Better Paket compatibility (and NuGet with -ExcludeVersion) Use MathNet.Numerics v3.3.0
-
-
v0.3.0b616f5ff · ·
Math.NET Symbolics v0.3.0 Use official FSharp.Core 3.1.1 NuGet package, drop alpha suffix Now using Paket internally to maintain NuGet dependencies
-
v0.2.1-alpha75148b5f · ·
Math.NET Symbolics v0.2.1-alpha Package fix to include explicit FSharp.Core reference
-
v0.2.0-alphadbc34065 · ·
Math.NET Symbolics v0.2.0-alpha First actual release Added and improved infix and latex expression printers and infix parsers C# compatibility work: more idiomatic when used in C# or other .Net languages