struct Parsed { sig: u128, exp: i32, }
A parsed finite and unsigned floating point number.
sig: u128
Absolute value sig * 2^exp
exp: i32