-
float amd_remquof(float x, float y, int *quo)#
Computes the remainder and part of the quotient for single-precision inputs.
- Parameters:
x – Numerator.
y – Denominator.
quo – Output pointer receiving a part of the quotient.
- Returns:
Remainder value.
-
double amd_remquo(double x, double y, int *quo)#
Computes the remainder and part of the quotient for double-precision inputs.
- Parameters:
x – Numerator.
y – Denominator.
quo – Output pointer receiving a part of the quotient.
- Returns:
Remainder value.