Mapping float to ulong in CTFE

berni44 dlang at d-ecke.de
Fri Dec 13 10:09:06 UTC 2019


Yeah, it worked (at least for %a):

static assert(format!"%.3a"(1.0f) == "0x1.000p+0");


More information about the Digitalmars-d-learn mailing list