-
float amd_remainderf(float x, float y)#
Computes the IEEE 754-style remainder of x with respect to y (single-precision).
- Parameters:
x – Numerator.
y – Denominator.
- Returns:
Remainder value.
-
double amd_remainder(double x, double y)#
Computes the IEEE 754-style remainder of x with respect to y (double-precision).
- Parameters:
x – Numerator.
y – Denominator.
- Returns:
Remainder value.