-
float amd_frexpf(float value, int *exp)#
Decomposes a single-precision value into normalized fraction and exponent.
- Parameters:
value – Input value.
exp – Output pointer to receive exponent.
- Returns:
Normalized fraction.
-
double amd_frexp(double value, int *exp)#
Decomposes a double-precision value into normalized fraction and exponent.
- Parameters:
value – Input value.
exp – Output pointer to receive exponent.
- Returns:
Normalized fraction.