Log10sp


Detailed Description


Functions

float log10sp (float a)
float log10sp_c (float a)


Function Documentation

float log10sp ( float  a  ) 

Description:
The log10sp function returns the logarithm function of a real floating-point argument a. The return value is the base 10 logarithmic value of a.
Parameters:
[in] a = Input float
Returns:
Resultant float
Special Cases:
  • If a is Inf, the return value is 38.65221 (Asm) or 308.2547 (C/Inline/Vector).
See also:
Implementation Notes:
  • The code supports both big and little endian modes.

float log10sp_c ( float  a  ) 


Copyright 2016, Texas Instruments Incorporated