-
Notifications
You must be signed in to change notification settings - Fork 0
math.MathUtils.Function.isPowerOf2
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/MathUtils / isPowerOf2
function isPowerOf2(i): boolean;Defined in: math/MathUtils.ts:29
Returns true if x is a power of 2 between 1 and 2^30.
number
boolean