-
Notifications
You must be signed in to change notification settings - Fork 0
math.MathUtils.Function.floorLog2
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / math/MathUtils / floorLog2
function floorLog2(x): number;Returns the same as Math.floor(Math.log2(i)) for values in the range 1 .. 2^31-1,
but without possibly occurring arithmetic problems with floating point numbers.
number
number