Subject: Re: Stupid Q on prob Calculation
To: None <tech-kern@netbsd.org>
From: Chapman Flack <nblists@anastigmatix.net>
List: tech-kern
Date: 07/15/2006 13:49:20
Chapman Flack wrote:
> know 0 <= a/b < 1, you can cast the result back to intm_t to have an

I was thinking uint in the above and writing int. If you need signed
arithmetic there's a little more work to deal with the sign, but the
principles are otherwise the same.

-Chap