/
MATH_ROUND_INC_UP()
MATH_ROUND_INC_UP()
Round value up to the next increment.
Files
lib_math.h
Prototype
MATH_ROUND_INC_UP(nbr, inc)
Arguments
nbr
Value to round.
inc
Increment to use.
Returned Value
Rounded up value.
Required Configuration
None.
Notes / Warnings
None.
Related content
MATH_ROUND_INC_UP_PWR2()
MATH_ROUND_INC_UP_PWR2()
More like this
DEF_ABS()
DEF_ABS()
More like this
Math_RandSeed()
Math_RandSeed()
More like this
Math_Rand()
Math_Rand()
More like this
Str_FmtNbr_32()
Str_FmtNbr_32()
More like this
DEF_MIN()
DEF_MIN()
More like this