|
float | divsp (float a, float b) |
|
◆ divsp()
float divsp |
( |
float |
a, |
|
|
float |
b |
|
) |
| |
- Description:
- The divsp_v function returns the division function of a real floating-point argument a by b. The return value is the number resulting from a/b.
- Parameters
-
[in] | a | = Input float dividend |
[in] | b | = Input float divisor |
- Returns
- Resultant float
- Special Cases:
- If | b | < 1.1755e-38, then the return value is NaN.
- See also
-
- Implementation Notes:
- The code supports little endian mode.
Copyright 2022, Texas Instruments Incorporated