Language
C
Compiler
clang 17.0.1
Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-lm
$ clang prog.c -Wall -Wextra -std=gnu11 -lm
setting rounding mode to FE_DOWNWARD
67108864.9999999850988388061523437500000000000000 0x1.0000003ffffff0000000p+26
67108864.9999999925494194030761718750000000000000 0x8.000001ffffffc0000000p+23
Exit Code:
0