 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bo Persson Guest
|
Posted: Mon Nov 20, 2006 10:10 am Post subject: Defect Report: max_digits10 missing from numeric_limits spec |
|
|
This is based on the draft N2134.
Section 18.2.1.5 starts out by saying that "All members shall be provided
for all specializations."
Then it goes on to show specializations for float and bool, where one member
is missing.
Bo Persson
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ] |
|
| Back to top |
|
 |
Maarten Kronenburg Guest
|
Posted: Wed Nov 22, 2006 1:31 am Post subject: Re: Defect Report: max_digits10 missing from numeric_limits |
|
|
""Bo Persson"" wrote in message
| Quote: | This is based on the draft N2134.
Section 18.2.1.5 starts out by saying that "All members shall be provided
for all specializations."
Then it goes on to show specializations for float and bool, where one
member
is missing.
I agree, just adding the comment that the exact number of decimal digits |
is digits * ln(radix) / ln(10), where probably this real number is
rounded downward for digits10, and rounded upward for max_digits10
(when radix=10, then digits10=max_digits10).
Why not add this exact definition also to the standard, so the user
knows what these numbers exactly mean.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|