Загрузка данных


#ifndef DECISION_H
#define DECISION_H

#define GOLDEN_RATIO_INVERSE 0.61803398875

int make_decision(double *data, int n);

#endif