Details
-
User Story
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0.0
-
None
-
-
13
-
395d23fbb (dev)
Description
See: https://en.cppreference.com/w/cpp/io/manip/fixed
It's a standard format in the C++ world, so we should at least consider supporting it.
The format is floating-point, with a hexadecimal mantissa (with "0x" prefix) but a binary exponent, using "p" as the exponent separator.
Attachments
Issue Links
- is duplicated by
-
QTBUG-95458 Add support for hexadecimal floating-point format in QLocale, QString and QByteArray
-
- Reported
-
- relates to
-
QTBUG-127280 Support C99/C++14 hex floats
-
- Open
-