FuzzyMath library for .NET
FuzzyMath is an open-source library for performing basic operations with fuzzy numbers including fuzzy numbers arithmetic. The library can be downloaded as a NuGet package. Source codes can be found on Github.
Licence: MIT
Download FuzzyMath library from NuGet >
Source codes and documentation (Github) >
Sample app - Arithmetic operations on fuzzy numbers
This simple web application demonstrates arithmetic operations on fuzzy numbers. It has been built using the FuzzyMath library. You can use it as it is for education, or you can study the source codes as an inspiration how can the FuzzyMath library be used.