mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 09:20:34 +00:00
debil dima
This commit is contained in:
@@ -10,7 +10,7 @@ double f(double x);
|
||||
void ctrlc_handler(int signum);
|
||||
void choose_path();
|
||||
|
||||
double f(double x) // Функция обязана быть линейной
|
||||
double f(double x)
|
||||
{
|
||||
return exp(x)-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user