Brian Anderson 76e9fa63ba core: Audit num module for int/uint
* count_ones/zeros, trailing_ones/zeros return u32, not usize
* rotate_left/right take u32, not usize
* RADIX, MANTISSA_DIGITS, DIGITS, BITS, BYTES are u32, not usize

Doesn't touch pow because there's another PR for it.

[breaking-change]
2015-03-02 16:12:46 -08:00
..
2015-02-26 16:26:34 +11:00
2015-03-02 16:12:46 -08:00
2015-02-17 15:14:17 -08:00
2015-02-20 22:17:17 -08:00
2015-02-28 23:13:02 -08:00
2015-02-24 15:27:42 -08:00
2015-02-24 21:15:45 +03:00