-
float amd_rintf(float x)#
Rounds a single-precision value to an integer value according to current rounding mode, as float.
- Parameters:
x – Input value.
- Returns:
Rounded value.
-
double amd_rint(double x)#
Rounds a double-precision value to an integer value according to current rounding mode, as double.
- Parameters:
x – Input value.
- Returns:
Rounded value.