Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Fixed

Fully qualified path: cubit::f128::types::fixed::Fixed

[derive(Copy, Drop, Serde)]
struct Fixed {
    mag: u128,
    sign: bool,
}

Members

mag

Fully qualified path: cubit::f128::types::fixed::Fixed::mag

mag: u128

sign

Fully qualified path: cubit::f128::types::fixed::Fixed::sign

sign: bool