This enumeration lists the supported, explicitly specified 'toChars' formatting options for floating point values, according to ISO C++17.
Declared in <bslalg_numericformatterutil.h>
enum Format;
| Name | Description |
|---|---|
e_SCIENTIFIC | Scientific notation format flag. |
e_FIXED | Scientific notation format flag. |
e_HEX | Scientific notation format flag. |
e_GENERAL | General format flag (fixed or scientific). |