mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-03 13:17:06 +01:00
Output reports max number of digits
This commit is contained in:
@@ -60,6 +60,13 @@ directory
|
||||
#include "Grid_neon.h"
|
||||
#endif
|
||||
|
||||
#ifdef GRID_DEFAULT_PRECISION_SINGLE
|
||||
#define GRID_REAL_DIGITS FLT_DIG
|
||||
#endif
|
||||
#ifdef GRID_DEFAULT_PRECISION_DOUBLE
|
||||
#define GRID_REAL_DIGITS DBL_DIG
|
||||
#endif
|
||||
|
||||
namespace Grid {
|
||||
|
||||
//////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user