This commit is contained in:
unlockable
2023-12-26 14:24:12 +08:00
parent 0bbf19a843
commit 4dcd689fb2

View File

@@ -85,7 +85,7 @@ int main() {
} }
points[row].y += coeff * points[col].y; points[row].y += coeff * points[col].y;
} }
display_matrix(); // display_matrix();
} }
// Solve for x // Solve for x
@@ -101,7 +101,7 @@ int main() {
// display_result_vec(); // display_result_vec();
} }
display_result_vec(); // display_result_vec();
// Find highest // Find highest
int highest = 0; int highest = 0;