keshavsingh4522 / hacktoberfest

Submit Just 4 PRs to earn SWAGS and Tshirts🔥
https://hacktoberfest.digitalocean.com/
Creative Commons Zero v1.0 Universal
843 stars 3.91k forks source link

Feature: Demonstration of fuzzy's extension principle in C #2593

Open ShiviDev opened 2 years ago

ShiviDev commented 2 years ago

Is your feature request related to a problem? Please describe.

Extending fuzzy sets on common mathematical functions can seem very intimidating. Also computing neatly computing and presenting resultant fuzzy sets after extending input sets on operations is a nice have feature for fuzzy math.

Describe the solution you'd like

A program that aims to simplify the idea behind fuzzy's extension principle through common math operations like arithmetic, trig and other functions.

Additional context

In essence, this program will be a fuzzy math calculator for basic operations.

ShiviDev commented 2 years ago

Can I work on this?