mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Std::asin,acos
This commit is contained in:
@ -99,6 +99,8 @@ using std::log;
|
|||||||
using std::exp;
|
using std::exp;
|
||||||
using std::sin;
|
using std::sin;
|
||||||
using std::cos;
|
using std::cos;
|
||||||
|
using std::asin;
|
||||||
|
using std::acos;
|
||||||
|
|
||||||
|
|
||||||
accelerator_inline RealF conjugate(const RealF & r){ return r; }
|
accelerator_inline RealF conjugate(const RealF & r){ return r; }
|
||||||
|
Reference in New Issue
Block a user