1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Std::asin,acos

This commit is contained in:
Peter Boyle 2024-06-11 16:41:23 -04:00
parent 6ce52092e8
commit d299c86633

View File

@ -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; }