Functions
Logdp

Functions

double logdp (double a)
 

Detailed Description

Function Documentation

◆ logdp()

double logdp ( double  a)
Description:
The logdp function returns the logarithm function of a real floating-point argument a. The return value is the base e 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 -inf.
See also
Implementation Notes:
  • The code supports little endian modes.

Copyright 2022, Texas Instruments Incorporated