mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 01:10:31 +00:00
added test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
extern double a, b, eps, x, *pa, *pb, *px;
|
||||
extern short method, *mth;
|
||||
extern short method, *mth, sig_flag;
|
||||
|
||||
// Декларирование глобальных переменных,
|
||||
// как внешних для последующего использования их во всей программе.
|
||||
#define H 0.000001
|
||||
@@ -10,4 +11,5 @@ void choose_path();
|
||||
void fork_method();
|
||||
void chord_method();
|
||||
void newton_method();
|
||||
double numerical_derivative(double x);
|
||||
double numerical_derivative(double x);
|
||||
void exit_777();
|
||||
Reference in New Issue
Block a user