Constant astro_float::WORD_BIT_SIZE
source · pub const WORD_BIT_SIZE: usize = core::mem::size_of::<Word>() * 8; // 32usizeExpand description
Size of a word in bits.
pub const WORD_BIT_SIZE: usize = core::mem::size_of::<Word>() * 8; // 32usizeSize of a word in bits.