Pre-RFC: Generic integers (uint<N> and int<N>)

Excellent point! I'd written it out with ⌈⌉, but that looked terrible, so deleted it.

nit: You mean [−2n-1, 2n-1), since the formula you have actually generates [-½,-½].

soapbox: Once again, half-open ranges are superior to trying to futz about with ±1 :wink:

3 Likes