Сделал 22 Задание Массивов
This commit is contained in:
parent
c3182c8c24
commit
5852a9f034
23 changed files with 99 additions and 31 deletions
11
WorkingArrays/13Ex/equal.h
Normal file
11
WorkingArrays/13Ex/equal.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef EQUAL
|
||||
#define EQUAL
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#define eps 1.e-6
|
||||
|
||||
int equal(double * numbers);
|
||||
|
||||
#endif // EQUAL
|
Loading…
Add table
Add a link
Reference in a new issue