-
float amd_ceilf(float x)#
Rounds a single-precision value upward to the nearest integer value.
- Parameters:
x – Input value.
- Returns:
Smallest integer value not less than x.
-
double amd_ceil(double x)#
Rounds a double-precision value upward to the nearest integer value.
- Parameters:
x – Input value.
- Returns:
Smallest integer value not less than x.