Definition
#define XIL_SCEILDIV (((Type)(Numerator) + (Type)(Denominator) - (Type)1) / (Type)(Denominator))
Description
Returns ceil value of (Numerator / Denominator) using the specified integer Type used for the computation. Denominator must not be zero.