Functions
Divdp

Functions

double divdp (double a, double b)
 

Detailed Description

Function Documentation

◆ divdp()

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
Implementation Notes:
  • The code supports little endian mode.

Copyright 2022, Texas Instruments Incorporated