Hi DJ, On Fri, Mar 29, 2024 at 06:08:19PM -0400, DJ Delorie wrote: > Alejandro Colomar writes: > > -to @code{floor (log2 ( x ))}, except it's probably faster. > > +to @code{floor (log2 (fabs (x)))}, except it's probably faster. > > Confirmed that the only change here is the addition of fabs() > > Confirmed that logb() accepts negative numbers > > LGTM > Reviewed-by: DJ Delorie Thanks! Have a lovely night! Alex --