-
float amd_floorf(float x)#
Rounds a single-precision value downward to the nearest integer value.
- Parameters:
x – Input value.
- Returns:
Largest integer value not greater than x.
-
double amd_floor(double x)#
Rounds a double-precision value downward to the nearest integer value.
- Parameters:
x – Input value.
- Returns:
Largest integer value not greater than x.