6 lines
76 B
C
6 lines
76 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
double t2_solve(double *a, int n);
|
|
|
|
#endif
|