37 #ifndef GMIO_TEXT_FORMAT_H
38 #define GMIO_TEXT_FORMAT_H
Scientific notation, lowercase (ex: 3.9265e+2)
Definition: text_format.h:50
Decimal floating point, lowercase (ex: 392.65)
Definition: text_format.h:46
Fundamental global declarations, included by almost all other header/source files.
Decimal floating point, uppercase (ex: 392.65)
Definition: text_format.h:48
Use the shortest representation: decimal or scientific lowercase.
Definition: text_format.h:54
Use the shortest representation: decimal or scientific uppercase.
Definition: text_format.h:56
Scientific notation, uppercase (ex: 3.9265E+2)
Definition: text_format.h:52
gmio_float_text_format
This enum defines the various formats to textually represent a float.
Definition: text_format.h:43