1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Corrected a bug in the Expression Templates (acso and asin were wrong)

This commit is contained in:
Guido Cossu
2016-07-03 12:28:25 +01:00
parent 1a6d65c6a4
commit 8dd099267d
3 changed files with 52 additions and 15 deletions

View File

@ -86,6 +86,8 @@ UNARY(sqrt);
UNARY(rsqrt);
UNARY(sin);
UNARY(cos);
UNARY(asin);
UNARY(acos);
UNARY(log);
UNARY(exp);
UNARY(abs);