This commit is contained in:
ada-dmitry
2023-12-27 16:23:28 +03:00
parent e405b960a7
commit 133d1abffa
12 changed files with 161 additions and 120 deletions
+9 -1
View File
@@ -1,3 +1,5 @@
#include <stdbool.h>
extern double a, b, eps, x, *pa, *pb, *px;
extern short method, *mth, sig_flag;
extern struct termios default_term, modif_term;
@@ -20,4 +22,10 @@ double numerical_derivative(double x);
void __exit();
void show_grapgh();
void input_diap();
void change_diap();
void change_diap();
// double input_number(char ch);
bool is_digit(char c);
bool is_sign(char c);
bool is_dot(char c);
double read_parse(char ch);
bool is_enter(char c);