Logsp
Detailed Description
Function Documentation
- Description:
 - The logsp function returns the logarithm function of a real floating-point argument a. The return value is the base e logarithmic value of a. 
 
- Parameters:
 - 
  
 
- Returns:
 - Resultant float
 
- Special Cases:
 
- If a is Inf, the return value is 88.99999 (Asm) or 709.7827 (C/Inline/Vector).
 
- See also:
 - 
 
- Implementation Notes:
 
- The code supports both big and little endian modes. 
 
 
 
      
        
          | float logsp_c            | 
          ( | 
          float  | 
           a           | 
           )  | 
           | 
        
      
 
 
Copyright  2016, Texas Instruments Incorporated