Сделал 13 усовершенствованную с иным заданием

This commit is contained in:
AZEN-SGG 2024-10-18 10:00:53 +03:00
parent 5852a9f034
commit 3f5c6299fc
11 changed files with 146 additions and 5 deletions

View file

@ -1,6 +1,10 @@
#ifndef REPLACE_LOCAL_MIN
#define REPLACE_LOCAL_MIN
#include <math.h>
#define exp 1.e-6
int replaceLocalMin(double * numbers);
#endif // REPLACE_LOCAL_MIN