Divsp


Detailed Description


Functions

float divsp (float a, float b)
float divsp_c (float a, float b)


Function Documentation

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 both big and little endian modes.

float divsp_c ( float  a,
float  b 
)


Copyright 2016, Texas Instruments Incorporated