Functions
Tandp

Functions

double tandp_c (double a)
 

Detailed Description

Function Documentation

◆ tandp_c()

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.

Copyright 2022, Texas Instruments Incorporated