mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add compatibility with long double
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define EIGEN_MATRIX_LOGARITHM
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#define M_PI 3.14159265358979323846264338327950L
|
||||
#endif
|
||||
|
||||
/** \ingroup MatrixFunctions_Module
|
||||
|
||||
Reference in New Issue
Block a user