summaryrefslogtreecommitdiff
path: root/boost/math/tools/big_constant.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/tools/big_constant.hpp')
-rw-r--r--boost/math/tools/big_constant.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/tools/big_constant.hpp b/boost/math/tools/big_constant.hpp
index 3895638891..ff136337e1 100644
--- a/boost/math/tools/big_constant.hpp
+++ b/boost/math/tools/big_constant.hpp
@@ -27,7 +27,7 @@ template <>
struct numeric_traits<__float128>
{
static const int digits = 113;
- static const int digits10 = 34;
+ static const int digits10 = 33;
static const int max_exponent = 16384;
static const bool is_specialized = true;
};