aboutsummaryrefslogtreecommitdiffstats
path: root/include/equations.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2024-12-06 15:08:31 +0300
committerjustanothercatgirl <sotov@twistea.su>2024-12-06 15:08:31 +0300
commita470c304199866aa1f3d39ff22ec30734f03d617 (patch)
treeb08858e91b39fc108f2ab9b83c03ef7f881711ba /include/equations.h
parent24b8430fa7a9a81b88c5c172c99bbc9a520ff4ba (diff)
сделал 8 задание))))task8
Diffstat (limited to 'include/equations.h')
-rw-r--r--include/equations.h10
1 files changed, 10 insertions, 0 deletions
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 <types.h>
+
+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 */