mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-02 21:14:32 +00:00 
			
		
		
		
	Corrected a bug in the Expression Templates (acso and asin were wrong)
This commit is contained in:
		@@ -86,6 +86,8 @@ UNARY(sqrt);
 | 
			
		||||
UNARY(rsqrt);
 | 
			
		||||
UNARY(sin);
 | 
			
		||||
UNARY(cos);
 | 
			
		||||
UNARY(asin);
 | 
			
		||||
UNARY(acos);
 | 
			
		||||
UNARY(log);
 | 
			
		||||
UNARY(exp);
 | 
			
		||||
UNARY(abs);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user