Tandp


Detailed Description


Functions

double tandp_c (double a)
double tandp (double a)


Function Documentation

double tandp_c ( double  a  ) 

Description:
The tandp function returns the tangent of a floating-point argument a. An argument with a large magnitude may produce a result with little or no significance.
Parameters:
[in] a = Input double
Returns:
Resultant double
Special Cases:
  • If | a | > 4.0737e+6, the return value may have no significance for large angles.
See also:
Implementation Notes:
  • The code supports both big and little endian modes.

double tandp ( double  a  ) 


Copyright 2016, Texas Instruments Incorporated