my own stuff

This commit is contained in:
Iskender Abdullayev 2025-11-17 14:40:52 +01:00
parent 1e1e8fe93c
commit b7b87e7258

View File

@ -1,6 +1,6 @@
#include <iostream>
#include <cmath>
#include "gamematrix.h" // anpassen, falls euer Header anders heißt
#include "gamematrix.h"
bool approx(double a, double b, double eps = 1e-6) {
return std::fabs(a - b) < eps;