5.3.37 _Q16asin Function
This function finds the arc sine of a Q16 value.
Include
<libq.h>
Prototype
_Q16 _Q16asin(_Q16 x);
Argument
x |
a fixed-point number in Q16 format. The value of this argument ranges from -65536 to 65535. |
Return Value
This function returns the arc sine of x
in Q16 format. The
value ranges from -102944 to 102579 respectively.