2nd_Sem_Bogachev/2025.03.07/5Ex/solve.h
2025-03-03 12:13:04 +03:00

6 lines
74 B
C

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