Skip to content

Instantly share code, notes, and snippets.

View ESJavadex's full-sized avatar

ESJavadex ESJavadex

  • Spain
View GitHub Profile
@hughrawlinson
hughrawlinson / fuzzylogic.c
Last active November 11, 2021 10:21
A small operation of basic fuzzy logic functions in C++
/**
@file fuzzylogic.c
@ingroup mc2liveAlg
hugh rawlinson - mu202hr@gold.ac.uk
**/
#include <stdio.h>
double fuzzyOR(double a, double b){