Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.7.0
    22ad8431 · Release v0.7.0 ·
    Math.NET Symbolics v0.7.0
    
    Updated package dependencies (no functional changes)
    NuGet package now lists the proper FSharp.Core package
  • v0.6.0
    d5f6f8de · Release v0.6.0 ·
    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.0
    eb16ed3f · Release v0.5.0 ·
    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.0
    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.1.0-alpha
    f50909ae · Release v0.1.0-alpha ·
    Math.NET Spatial v0.1.0-alpha
    
    Initial version
  • v0.3.0
    b616f5ff · Release v0.3.0 ·
    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-alpha
    75148b5f · Release v0.2.1-alpha ·
    Math.NET Symbolics v0.2.1-alpha
    
    Package fix to include explicit FSharp.Core reference
  • v0.2.0-alpha
    dbc34065 · Release v0.2.0-alpha ·
    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