Functions
Recipsp

Functions

float recipsp (float a)
 

Detailed Description

Function Documentation

◆ recipsp()

float recipsp ( float  a)
Description:
The recipsp function returns the reciprocal function of a real floating-point argument a. The return value is the number reciprocal value of a.
Parameters
[in]a= Input float
Returns
Resultant float
Special Cases:
  • If a is NaN (Not a Number), the return value may be random.
  • If a is 0.0, the return value is NaN.
  • If |a| > 3.402823e+38 = 2^128, the return value is zero for large arguments.
See also
Implementation Notes:
  • The code supports little endian mode.

Copyright 2022, Texas Instruments Incorporated