Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

msb

Calculates the most significant bit position.

Returns (bit_position, 2^bit_position) for the input value.

Fully qualified path: cairo_fp::f64::math::lut::msb

fn msb(whole: u64) -> (u64, u64)