Сделал 13 усовершенствованную с иным заданием
This commit is contained in:
parent
5852a9f034
commit
3f5c6299fc
11 changed files with 146 additions and 5 deletions
13
WorkingArrays/13ExDeluxe/equal.h
Normal file
13
WorkingArrays/13ExDeluxe/equal.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef EQUAL
|
||||
#define EQUAL
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define eps 1.e-6
|
||||
|
||||
int canFixArray(double * numbers);
|
||||
bool isEqual(double first, double second);
|
||||
|
||||
#endif // EQUAL
|
Loading…
Add table
Add a link
Reference in a new issue