fn negate_twos_complement_le<'a, I>(b: I)
Expand description
Using negative binary numbers can require more digits of precision than
Numeric
offers, so we need to have the option to swap bytes’ signs at the
byte- rather than the library-level.
fn negate_twos_complement_le<'a, I>(b: I)
Using negative binary numbers can require more digits of precision than
Numeric
offers, so we need to have the option to swap bytes’ signs at the
byte- rather than the library-level.