FTI.MathNET
1.3.0
dotnet add package FTI.MathNET --version 1.3.0
NuGet\Install-Package FTI.MathNET -Version 1.3.0
<PackageReference Include="FTI.MathNET" Version="1.3.0" />
paket add FTI.MathNET --version 1.3.0
#r "nuget: FTI.MathNET, 1.3.0"
// Install FTI.MathNET as a Cake Addin #addin nuget:?package=FTI.MathNET&version=1.3.0 // Install FTI.MathNET as a Cake Tool #tool nuget:?package=FTI.MathNET&version=1.3.0
MathNET Library
About
This package will help you to use mathematical functions with ease to implement logic with less lines of codes. It gives better performance.
Documentation will be updated soon. Stay connected.
Release Notes
Version 1.0.0 - Initial Release
Version 1.3.0 - Latest Stable Release
- Initial release of the MathNET library.
- Provides basic mathematical functions.
- Includes support for .NET Core, .NET Standard, .NET Framework.
- Added dependency on Newtonsoft.Json version 13.0.1.
- Comprehensive documentation and examples included in the README.md file.
Description
A global library for basic mathematical functions. This package will help you to use mathematical functions with ease to implement logic with fewer lines of code. It gives better performance.
Installation
To install MathNET, run the following command:
dotnet add package FTI.MathNET
or,
dotnet add package FTI.MathNET --version <version-number>
Distribute Pre-Built DLLs
csc -reference:FTI.MathNET.dll Program.cs
Restore Packages and Build
dotnet restore dotnet build
Usage
Here's an example of how to use the library:
using FTI.MathNET;
class Program
{
static void Main(string[] args)
{
int result = Math.Factorial(5);
Console.WriteLine($"Factorial(5) = {result}");
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.1)
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
-
net7.0
- Newtonsoft.Json (>= 13.0.1)
-
net8.0
- Newtonsoft.Json (>= 13.0.1)
-
net9.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release of the MathNET library.
- Provides basic mathematical functions.
- Includes support for .NET 6.0, .NET 7.0, .NET 8.0, and .NET 9.0.
- Added dependency on Newtonsoft.Json version 13.0.1.
- Comprehensive documentation and examples included in the README.md file.
- Covered all basic mathematical (Number-theoretic functions), trigonometirc, hyperbolic, angular, special, summation and product functions,
Power, exponential and logarithmic functions, Floating point manipulation functions, Floating point arithmetic
- New dependency and target frameworks are supported for wide range of availabilty.