Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Determine if a value is a power of 2.

Files

lib_math.h

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
 MATH_IS_PWR2(nbr)

Arguments

nbr

Value to validate.

...