liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
isPowerOf2
liberty
math
functions
Returns true of i is a power of 2.
pure nothrow @
safe
@
nogc
bool
isPowerOf2
(
T
)
(
T
i
)
if
(
isIntegral
!
T
)
Meta
Source
See Implementation
liberty
math
functions
functions
clamp
degrees
fract
ilog2
inverseSqrt
isPowerOf2
lerp
lfloor
ltrunc
moduloWrap
nextPowerOf2
radians
safeAcos
safeAsin
sinOverX
smoothStep
step
Returns true of i is a power of 2.