MathNet.Symbolics
0.16.0
Prefix Reserved
See the version list below for details.
dotnet add package MathNet.Symbolics --version 0.16.0
NuGet\Install-Package MathNet.Symbolics -Version 0.16.0
<PackageReference Include="MathNet.Symbolics" Version="0.16.0" />
paket add MathNet.Symbolics --version 0.16.0
#r "nuget: MathNet.Symbolics, 0.16.0"
// Install MathNet.Symbolics as a Cake Addin #addin nuget:?package=MathNet.Symbolics&version=0.16.0 // Install MathNet.Symbolics as a Cake Tool #tool nuget:?package=MathNet.Symbolics&version=0.16.0
Math.NET Symbolics is a basic open source computer algebra library. Written in F# but works well in C# as well. Supports .Net 4.0 and Mono on Windows, Linux and Mac.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FParsec (>= 1.0.1)
- FSharp.Core (>= 3.1.2.5)
- MathNet.Numerics (>= 3.8.0)
- MathNet.Numerics.FSharp (>= 3.8.0)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on MathNet.Symbolics:
Package | Downloads |
---|---|
OPTANO.Modeling
The OPTANO Modeling library allows you to use C# as a Modeling language for mathematical optimization (mixed integer programming (MIP) and linear programming (LP)). It has a lightweight footprint and connects to several solvers. |
|
Shinya.Core
Shinya.Framework |
|
MathLib.Engine
.NET Standard math library |
|
LINVAST.Imperative.Visitors
Language-invariant AST visitors. |
|
NumericalMethods
Library of numerical methods. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.25.0 | 18,998 | 12/18/2023 |
0.24.0 | 228,761 | 1/10/2021 |
0.23.0 | 2,075 | 1/8/2021 |
0.22.0 | 4,502 | 11/1/2020 |
0.21.0 | 9,118 | 5/2/2020 |
0.20.0 | 119,287 | 11/18/2018 |
0.19.0 | 2,498 | 10/22/2018 |
0.18.1 | 14,598 | 12/23/2017 |
0.18.0 | 1,551 | 11/8/2017 |
0.17.0 | 32,021 | 9/16/2017 |
0.16.0 | 6,904 | 8/24/2017 |
0.15.0 | 3,302 | 4/30/2017 |
0.14.0 | 5,068 | 2/12/2017 |
0.13.0 | 1,336 | 12/29/2016 |
0.12.0 | 1,105 | 12/27/2016 |
0.11.0 | 12,225 | 11/6/2016 |
0.10.1 | 1,469 | 11/5/2016 |
0.10.0 | 1,381 | 11/5/2016 |
0.9.0 | 63,999 | 3/14/2016 |
0.8.0 | 1,697 | 1/9/2016 |
0.7.1 | 1,872 | 10/3/2015 |
0.7.0 | 1,392 | 10/3/2015 |
0.6.0 | 1,290 | 9/29/2015 |
0.5.0 | 1,516 | 7/18/2015 |
0.4.0 | 3,372 | 11/26/2014 |
0.3.0 | 1,421 | 9/21/2014 |
0.2.1-alpha | 1,025 | 9/3/2014 |
0.2.0-alpha | 1,003 | 9/2/2014 |
Multi-Arg functions: atan2, log ~Francesco Bertolaccini, FoggyFinder
Trigonometric.substitute: handle cot, sec, csc correctly ~Francesco Bertolaccini
Expression.root: apply automatic simplification
VisualExpressions: introduce alternative visual (instead of semantic) expression structure
Infix, LaTeX, MathML: formatting using visual expressions
LaTeX: proper rendering of roots, improved parenthesis handling
Infix: avoid parenthesis around floating-point approximations
Drop obsolete print functions (use format instead)