Non-Confidential |
![]() |
ARM DUI0472J | ||
|
||||
Home > Language Extensions > Hexadecimal floats |
C90 and C++ support floating-point numbers that can be written in hexadecimal format.
float hex_floats(void) { return 0x1.fp3; // 1.55e1 }