From a470c304199866aa1f3d39ff22ec30734f03d617 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Fri, 6 Dec 2024 15:08:31 +0300 Subject: сделал 8 задание)))) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/equations.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/equations.h (limited to 'include/equations.h') diff --git a/include/equations.h b/include/equations.h new file mode 100644 index 0000000..48936fb --- /dev/null +++ b/include/equations.h @@ -0,0 +1,10 @@ +#ifndef T8_EQUATIONS_H +#define T8_EQUATIONS_H +#include + +f64 f1(f64* argv, usz argc, f64 t); +f64 f2(f64* argv, usz argc, f64 t); +f64 f3(f64* argv, usz argc, f64 t); +f64 f4(f64* argv, usz argc, f64 t); + +#endif /* T8_EQUATIONS_H */ -- cgit v1.2.3-70-g09d2