Atandp


Detailed Description


Functions

double atandp (double a)
double atandp_c (double a)


Function Documentation

double atandp ( double  a  ) 

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

double atandp_c ( double  a  ) 


Copyright 2016, Texas Instruments Incorporated