17#if defined(__cplusplus)
20#if defined(LIBA_FUZZY_C)
22#define A_INTERN A_INLINE
30#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
33#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
43#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
46#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
56#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
59#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
69#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
72#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
86#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
89#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
99#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
102#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
112#if !defined A_HAVE_INLINE || defined(LIBA_FUZZY_C)
115#if defined(A_HAVE_INLINE) || defined(LIBA_FUZZY_C)
140#if defined(LIBA_FUZZY_C)
142#define A_INTERN static A_INLINE
144#if defined(__cplusplus)
#define a_float
Definition a.h:785
double a_fuzzy_cup(double a, double b)
fuzzy union operator
double a_fuzzy_equ(double a, double b)
equilibrium operator
double a_fuzzy_cup_algebra(double a, double b)
algebraic sum operator
double a_fuzzy_cup_bounded(double a, double b)
bounded sum operator
double a_fuzzy_cap_bounded(double a, double b)
bounded product operator
double a_fuzzy_equ_(double gamma, double a, double b)
equilibrium operator
double a_fuzzy_not(double x)
complementary operator
double a_fuzzy_cap(double a, double b)
fuzzy intersection operator
double a_fuzzy_cap_algebra(double a, double b)
algebraic product operator
#define A_MIN(x, y)
minimum value between x and y
Definition a.h:844
#define A_MAX(x, y)
maximum value between x and y
Definition a.h:849