Z. Fuzzy Logic - JulTob/Mathematics GitHub Wiki

🌐 Fuzzy Logic

For real-world problems based on degrees of ruth, rather than a binary Boolean Logic.

type Fuzzy_Logic is range 0.0..1.0
   delta 1E-8;

In this system, 0 is the absolute false, equivalent to the Boolean False.
1 is the absolute true, equivalent to the Boolean True.

Any other truth value represents the probability of the claim, the pertinence of an element to a set, or in some cases, our belief of how likely a claim is true.