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.