Eindelijk!!!!!

Fork of SignalNumber2 by Peter Knoben

Revision:
2:1a677b57ce81
Parent:
1:15543c143a63
Child:
3:f8d57796d69b
--- a/signalnumber.h	Tue Oct 31 14:34:30 2017 +0000
+++ b/signalnumber.h	Wed Nov 01 13:42:01 2017 +0000
@@ -17,9 +17,9 @@
     
     float getmean(const int n, float input);
 
-    int getnumber(const int n, const int action, double input, float k);
+    int getnumber(const int n, const int action, float input, float k);
     
-    int getmode(const int n, const int action, double input, float k); // In progress
+    int getmode(const int n, const int action, float input, float k); // In progress
 
 
 private: