|
lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Estimates the maximum string length for floating-point values of the given type. More...
#include <numeric.h>
Static Public Attributes | |
| static const int | value = ((size_info<Float>::bits + 2) / 3) * 3 + 8 |
| Estimated maximum string length for floating-point values of the given type. | |
Estimates the maximum string length for floating-point values of the given type.
1.7.6.1