You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Floating point literals with hexadecimal base and decimal exponent: 0xC.68p+2, 0x1.P-126. C has supported this syntax since C99, and printf supports it via %a.
Floating point literals with hexadecimal base and decimal exponent: 0xC.68p+2, 0x1.P-126. C has supported this syntax since C99, and printf supports it via %a.
http://wg21.link/p0245r1
related to #1104
The text was updated successfully, but these errors were encountered: