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:
		
							
								
								
									
										2
									
								
								hyper.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								hyper.h
									
									
									
									
									
								
							| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue