Main Page
Modules
Files
Divdp
Detailed Description
Functions
double
divdp
(double a, double b)
double
divdp_c
(double a, double b)
Function Documentation
double divdp
(
double
a
,
double
b
)
Description:
The divdp_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 double dividend
[in]
b
= Input double divisor
Returns:
Resultant double
Special Cases:
If | b | < 2.225e-308, then the return value is NaN.
See also:
divdp_i
divdp_v
Implementation Notes:
The code supports both big and little endian modes.
double divdp_c
(
double
a
,
double
b
)
Copyright 2016, Texas Instruments Incorporated