aboutsummaryrefslogtreecommitdiffstats
path: root/include/integral.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-10-13 19:28:57 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-10-13 19:28:57 +0300
commitf5e0076a8455eec5b4a515b39202217f8a8b9e71 (patch)
treef5cd306d8eb2a516e2d3a83a9276d5aa60b658c0 /include/integral.h
parent1fe251abc83ee3a38d9faea5be947c90d162c6ae (diff)
Initial committask5
Diffstat (limited to 'include/integral.h')
-rw-r--r--include/integral.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/integral.h b/include/integral.h
deleted file mode 100644
index 3eb6ff7..0000000
--- a/include/integral.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef JUSTANOTHERCATGIRL_TASK4_INTEGRAL
-#define JUSTANOTHERCATGIRL_TASK4_INTEGRAL
-
-typedef double(*func_t)(double);
-
-extern double accrc;
-
-double int_rect(func_t f, double a, double b);
-double int_trap(func_t f, double a, double b);
-double int_simp(func_t f, double a, double b);
-
-#endif //JUSTANOTHERCATGIRL_TASK4_INTEGRAL