Fixes #2703 by adding max_digits10 function

This commit is contained in:
Yingnan Wu
2023-07-26 16:02:52 +00:00
committed by Antonio Sánchez
parent 9995c3da6f
commit ba1cb6e45e
5 changed files with 81 additions and 34 deletions

View File

@@ -76,6 +76,7 @@ namespace Eigen {
static inline Real epsilon() { return 0; }
static inline Real dummy_precision() { return 0; }
static inline int digits10() { return 0; }
static inline int max_digits10() { return 0; }
enum {
IsInteger = 0,