mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 01:10:31 +00:00
added 1.6
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
extern double a, b, eps, x, *pa, *pb, *px;
|
||||
extern short method, *mth, sig_flag;
|
||||
extern struct termios default_term, modif_term;
|
||||
|
||||
// Декларирование глобальных переменных,
|
||||
// как внешних для последующего использования их во всей программе.
|
||||
#define H 0.000001
|
||||
#define A -10000
|
||||
#define B 10000
|
||||
#define EPS 0.001
|
||||
|
||||
double f(double x);
|
||||
void ctrlc_handler(int signum);
|
||||
void ctrlz_handler(int signum);
|
||||
void choose_path();
|
||||
void fork_method();
|
||||
void chord_method();
|
||||
void newton_method();
|
||||
double numerical_derivative(double x);
|
||||
void __exit();
|
||||
void show_grapgh();
|
||||
void input_diap();
|
||||
void change_diap();
|
||||
Reference in New Issue
Block a user