Round value up to the next (power of 2) increment.
Files
lib_math.h
Prototype
Arguments
nbr
Value to round.
inc
Increment to use. MUST be a power of 2.
Returned Value
Rounded up value.
Required Configuration
None.
Notes / Warnings
None.
Round value up to the next (power of 2) increment.
lib_math.h
nbr
Value to round.
inc
Increment to use. MUST be a power of 2.
Rounded up value.
None.
None.