Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
13
ProcessingSequences/Sixth/exp_weigh_avg.h
Normal file
13
ProcessingSequences/Sixth/exp_weigh_avg.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef EXP_WEIGH_AVG
|
||||
#define EXP_WEIGH_AVG
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#define FALSE 0
|
||||
#define FAULT 1.e-10
|
||||
|
||||
int betweenZeroOne(double lambda);
|
||||
double expWeigthAvg(FILE * file, double lambda);
|
||||
|
||||
#endif // EXP_WEIGH_AVG
|
Loading…
Add table
Add a link
Reference in a new issue