We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72022c2 commit 831d891Copy full SHA for 831d891
src/fuzzylogic/classes.py
@@ -1,8 +1,9 @@
1
2
"""
3
-Domain and Set classes for fuzzy logic.
+Domain, Set and Rule classes for fuzzy logic.
4
5
-Primary abstractions for recursive functions for better handling.
+Primary abstractions for recursive functions and arrays,
6
+adding logical operaitons for easier handling.
7
8
9
from logging import warn
0 commit comments