Struct Parsed

Source
struct Parsed {
    sig: u128,
    exp: i32,
}
Expand description

A parsed finite and unsigned floating point number.

Fields§

§sig: u128

Absolute value sig * 2^exp

§exp: i32