creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

Cast what mp_word to mp_digit to prevent warning. #6

Closed jeroenleenarts closed 10 years ago

jeroenleenarts commented 10 years ago

Direct cast is possible due to the clamping of qhat value to MP_DIGIT_MAX in line 3423.