/* sin (theta), theta=-32768..32768 -> -pi,pi*/ int16 qsin(int16 theta); int16 qcos(int16 theta); int16 qsqrt(int16 x); int16 qlog(int16 x);