Searched refs:halfradix_exp (Results 1 – 1 of 1) sorted by relevance
156 let halfradix_exp = -real_exp; in negative_digit_comp() localVariable157 if halfradix_exp != 0 { in negative_digit_comp()158 theor_digits.pow(5, halfradix_exp as u32).unwrap(); in negative_digit_comp()