Functions
Log10dp

Functions

double log10dp (double a)
 

Detailed Description

Function Documentation

◆ log10dp()

double log10dp ( double  a)
Description:
The log10dp 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 double
Returns
Resultant double
Special Cases:
  • If a is NaN (Not a Number), the return value may be random.
  • If a <= 0, the return value is -7.8E307 (Asm) or -1.8E308 (C/Inline/Vector).
See also
Implementation Notes:
  • The code supports little endian mode.

Copyright 2022, Texas Instruments Incorporated