Versions Compared

Key

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

Round value up to the next (power of 2) increment.

Files

lib_math.h

Prototype

Code Block
languagecpp
 MATH_ROUND_INC_UP_PWR2(nbr, inc)


Arguments

nbr

Value to round.

...