Source position: genmathh.inc line 77
type float64 = record
case Byte of
1: (
dummy: Double;
);
2: (
high: LongWord;
low: LongWord;
end;