[#absl-SixDigits] = xref:absl.adoc[absl]::SixDigits :relfileprefix: ../ :mrdocs: Helper function for the default `StrCat()` floating‐point format, `%.6g`. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- /* implementation-defined */ SixDigits(double d); ---- == Description This is fast. == Return Value A buffer holding the six‐digit string representation. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The floating point value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#