5.3.33 _Q15tan Function
This function finds the tangent of a Q15 value.
Include
<libq.h>
Prototype
_Q15 _Q15tan(_Q15 x);
Argument
x |
a fixed-point number in Q15 format, which ranges from -215 to 215-1. The value of this argument ranges from -25736 to 25735. |
Return Value
This function returns the tangent of x
in Q15 format. The
value ranges from -32768 to 32767.