added test

This commit is contained in:
ada-dmitry
2023-12-06 10:33:15 +03:00
parent 3433904111
commit 084d0ae413
12 changed files with 407 additions and 12 deletions
-1
View File
@@ -9,7 +9,6 @@ double a, b, eps, x, *pa, *pb, *px;
int main()
{
double tmp;
pa = &a;
pb = &b;