Searched refs:binary_exp (Results 1 – 1 of 1) sorted by relevance
155 let binary_exp = theor_exp - real_exp; in negative_digit_comp() localVariable160 if binary_exp > 0 { in negative_digit_comp()161 theor_digits.pow(2, binary_exp as u32).unwrap(); in negative_digit_comp()162 } else if binary_exp < 0 { in negative_digit_comp()163 real_digits.pow(2, (-binary_exp) as u32).unwrap(); in negative_digit_comp()