
1 Aug
2008
1 Aug
'08
8:04 a.m.
Anthony Williams wrote:
"John C. Femiani" <john.femiani@asu.edu> writes:
Also, do your implementations for /= and *= actually round? You actually seem to be using the round policy for conversions, is that right? Have you looked at the numeric/conversion stuff? (I haven't grokked it yet).
The division throws away the lower "frac_bits" of the result: So why doesn't it use the rounding policy? I kind of expect it to be used anytime quantization occurs.
--John