mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixes #2703 by adding max_digits10 function
This commit is contained in:
committed by
Antonio Sánchez
parent
9995c3da6f
commit
ba1cb6e45e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user