Define XIL_SCEILDIV - Define XIL_SCEILDIV - 2026.1 English - UG643

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English

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.