Atan2dp


Detailed Description


Functions

double atan2dp (double a, double b)
double atan2dp_c (double a, double b)


Function Documentation

double atan2dp ( double  a,
double  b 
)

Description:
The atan2dp function returns the arc tangent of a floating-point argument a/b. The return value is an angle in the range [-PI/2, PI/2] radians.
Parameters:
[in] a = Input double
[in] b = Input double
Returns:
Resultant double
Special Cases:
  • If a or b is NaN (Not a Number), the return value may be random.
  • If | a/b | < 1.49e-8, then the return value is a/b for small angles.
See also:
Implementation Notes:
  • The code supports both big and little endian modes.

double atan2dp_c ( double  a,
double  b 
)


Copyright 2016, Texas Instruments Incorporated