1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

eqmatrix now actually takes its 'eps' argument into account

This commit is contained in:
Zeno Rogue
2019-05-04 18:29:52 +02:00
parent 156f56feb0
commit 94ccddb873
2 changed files with 2 additions and 2 deletions

View File

@@ -3649,7 +3649,7 @@ hyperpoint xspinpush0(ld alpha, ld x);
transmatrix cspin(int a, int b, ld alpha);
transmatrix cpush(int cid, ld alpha);
bool eqmatrix(transmatrix A, transmatrix B, ld eps = 1e-6);
bool eqmatrix(transmatrix A, transmatrix B, ld eps = 1e-2);
void set_column(transmatrix& T, int i, const hyperpoint& H);
#define DF_INIT 0 // always display these