Task 14 is already done!

This commit is contained in:
AZEN-SGG 2025-04-02 13:55:17 +03:00
parent 27a3234661
commit 9fa772a58b
13 changed files with 598 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#ifndef INIT_F_H
#define INIT_F_H
double f1(int n, int m, int i, int j);
double f2(int n, int m, int i, int j);
double f3(int n, int m, int i, int j);
double f4(int n, int m, int i, int j);
#endif