Skip to content

Commit 3eac730

Browse files
committed
Readme update
1 parent bedc731 commit 3eac730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Math.NET Numerics
22
=================
33

4-
Math.NET Numerics is an opensource **numerical library for .NET, Silverlight and Mono**.
4+
Math.NET Numerics is an opensource **numerical library for .NET and Mono**.
55

66
Math.NET Numerics is the numerical foundation of the Math.NET initiative, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered topics include special functions, linear algebra, probability models, random numbers, statistics, interpolation, integration, regression, curve fitting, integral transforms (FFT) and more.
77

88
In addition to the core .NET package (which is written entirely in C#), Numerics specifically supports F# with idiomatic extension modules and maintains mathematical data structures like BigRational that originated in the F# PowerPack. If a performance boost is needed, the managed-code provider backing its linear algebra routines and decompositions can be exchanged with wrappers for optimized native implementations such as Intel MKL.
99

10-
Math.NET Numerics is covered under the terms of the [MIT/X11](LICENSE.md) license. You may therefore link to it and use it in both opensource and proprietary software projects. We accept contributions!
10+
Math.NET Numerics is covered under the terms of the [MIT license](LICENSE.md). You may therefore link to it and use it in both opensource and proprietary software projects. We accept contributions!
1111

1212
* [**Project Website**](https://numerics.mathdotnet.com)
1313
* [Source Code](https://github.com/mathnet/mathnet-numerics)
1414
* [NuGet & Binaries](https://numerics.mathdotnet.com/Packages.html) | [Release Notes](https://numerics.mathdotnet.com/ReleaseNotes.html)
1515
* [Documentation](https://numerics.mathdotnet.com) | [API Reference](https://numerics.mathdotnet.com/api/)
1616
* [Issues & Bugs](https://github.com/mathnet/mathnet-numerics/issues) | [Ideas](https://feedback.mathdotnet.com/forums/2060-math-net-numerics)
17-
* [Discussions](https://discuss.mathdotnet.com/c/numerics) | [Stack Overflow](https://stackoverflow.com/questions/tagged/mathdotnet) | [Twitter](https://twitter.com/MathDotNet)
17+
* [Discussions](https://github.com/mathnet/mathnet-numerics/discussions) | [Stack Overflow](https://stackoverflow.com/questions/tagged/mathdotnet) | [Twitter](https://twitter.com/MathDotNet)
1818
* [Wikipedia](https://en.wikipedia.org/wiki/Math.NET_Numerics) | [OpenHUB](https://www.openhub.net/p/mathnet-numerics)
1919

2020
### Current Version
@@ -51,7 +51,7 @@ Platform Support and Dependencies
5151

5252
Supported Platforms:
5353

54-
- .NET 5.0 or higher (Package includes builds for 5.0)
54+
- .NET 5.0 or higher (Package includes builds for 5.0 and 6.0)
5555
- .NET Framework 4.6.1 or higher (Package includes builds for 4.6.1 and 4.8)
5656
- .NET Standard 2.0 or higher (Package includes builds for 2.0)
5757

0 commit comments

Comments
 (0)