Add acosd and acosd's unittest.

This commit is contained in:
sunwen
2023-04-24 11:21:31 +08:00
parent 7bd5b8a829
commit 49d9026592
4 changed files with 33 additions and 0 deletions

View File

@@ -4,4 +4,7 @@
//必须在mkl.h和Eigen的头之前<complex>之后
#define MKL_Complex16 std::complex<double>
#include "mkl.h"
#define PI 3.141592653589793238462
#endif //AURORA_AURORADEFS_H