10 lines
159 B
C
10 lines
159 B
C
#ifndef REPLACE_LOCAL_MIN
|
|
#define REPLACE_LOCAL_MIN
|
|
|
|
#include <math.h>
|
|
|
|
#define exp 1.e-6
|
|
|
|
int replaceLocalMin(double * numbers);
|
|
|
|
#endif // REPLACE_LOCAL_MIN
|