diff options
Diffstat (limited to 'include/integral.h')
-rw-r--r-- | include/integral.h | 12 |
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 |