mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 01:10:31 +00:00
meow
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user