Sqrtsp


Detailed Description


Functions

float sqrtsp (float a)
float sqrtsp_c (float a)


Function Documentation

float sqrtsp ( float  a  ) 

Description:
The sqrtsp function returns the square root function of a real floating-point argument a. The return value is the square root value of a.
Parameters:
[in] a = Input float
Returns:
Resultant float
Special Cases:
  • If a <= 0, the return value is 0.0 for C/Inline/Vector.
  • If a <= 0, the return value is NaN or sqrt(|a|) for Asm.
See also:
Implementation Notes:
  • The code supports both big and little endian modes.

float sqrtsp_c ( float  a  ) 


Copyright 2016, Texas Instruments Incorporated