Helper function for the default StrCat() floating-point format, %.6g.
Declared in <absl/strings/str_cat.h>
/* implementation-defined */
SixDigits(double d);
This is fast.
A buffer holding the six-digit string representation.
| Name | Description |
|---|---|
| d | The floating point value to convert. |