mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Std::asin,acos
This commit is contained in:
parent
6ce52092e8
commit
d299c86633
@ -99,6 +99,8 @@ using std::log;
|
||||
using std::exp;
|
||||
using std::sin;
|
||||
using std::cos;
|
||||
using std::asin;
|
||||
using std::acos;
|
||||
|
||||
|
||||
accelerator_inline RealF conjugate(const RealF & r){ return r; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user