2nd_Sem_Bogachev/2025.03.07/3Ex/solve.h
2025-03-02 22:37:25 +03:00

6 lines
74 B
C

#ifndef SOLVE_H
#define SOLVE_H
void t3_solve(double *a, int n);
#endif