Sqrtdp
Detailed Description
Function Documentation
double sqrtdp |
( |
double |
a |
) |
|
- Description:
- The sqrtdp function returns the square root function of a real floating-point argument a. The return value is the square root value of a.
- Parameters:
-
- Returns:
- Resultant double
- Special Cases:
- If a <= 0, the return value is zero for C/Inline/Vector and rsqrt(|a|) for Asm.
- See also:
-
- Implementation Notes:
- The code supports both big and little endian modes.
double sqrtdp_c |
( |
double |
a |
) |
|
Copyright 2016, Texas Instruments Incorporated