Functions
Asinsp

Functions

float asinsp_c (float a)
 

Detailed Description

Function Documentation

◆ asinsp_c()

float asinsp_c ( float  a)
Description:
The asinsp function returns the arc sine of a floating-point argument a. The return value is an angle in the range [-PI/2, PI/2] radians.
Parameters
[in]a= Input float
Returns
Resultant float
Special Cases:
  • If a is not in the range [-1, 1], the return value is NaN (Not a Number).
  • If a is NaN, the return value is NaN.
See also
Implementation Notes:
  • The code supports both big and little endian modes.

Copyright 2022, Texas Instruments Incorporated