diff options
-rw-r--r-- | cxavgdev.c | 1 | ||||
-rw-r--r-- | cxmean.c | 1 | ||||
-rw-r--r-- | cxstddev.c | 1 | ||||
-rw-r--r-- | mean~.c | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/cxavgdev.c b/cxavgdev.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxavgdev.c @@ -0,0 +1 @@ +#include "mean~.c" diff --git a/cxmean.c b/cxmean.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxmean.c @@ -0,0 +1 @@ +#include "mean~.c" diff --git a/cxstddev.c b/cxstddev.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxstddev.c @@ -0,0 +1 @@ +#include "mean~.c" @@ -7,7 +7,7 @@ #include "m_pd.h" #include <math.h> -//#include <stdlib.h> +#include <stdlib.h> /* cx.mean: calculate the mean from a table */ |