Add dist ans Task 5 is done!
This commit is contained in:
parent
4a5c5ea41e
commit
2f21a20fd1
21 changed files with 970 additions and 37 deletions
7
2025.04.18/05Ex/contin_func.h
Normal file
7
2025.04.18/05Ex/contin_func.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef CONTIN_FUNC_H
|
||||
#define CONTIN_FUNC_H
|
||||
|
||||
double ssin (const double x, const double eps);
|
||||
double scos (const double x, const double eps);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue