请问D的这种实数表示法

sw2wolf 2007-10-27
import std.stdio;

void main(char[][] args) {
static real a = 0x1.acf42d903366539ep-1 ;
writefln("a=%f", a);
}

请详细解释下a的这种表示法 ?
sw2wolf 2007-10-27
a = 0x1.acf42d903366539ep0 * 0.5
D强, 用16进制表示小数部分方便
Global site tag (gtag.js) - Google Analytics