Сделал 13 усовершенствованную с иным заданием
This commit is contained in:
parent
5852a9f034
commit
3f5c6299fc
11 changed files with 146 additions and 5 deletions
|
@ -1,9 +1,12 @@
|
|||
#ifndef LOCAL_MINIMUM
|
||||
#define LOCAL_MINIMUM
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define exp 1.e-6
|
||||
|
||||
int transposition(double * numbers, unsigned * start_end);
|
||||
int searching_loc_min(double * numbers);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue