Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
hi,
everyone,
my question is:
in1 =_IQ(0.70710678L);
out1 =_IQasin(in1);
in theory:
out1 = 0.25 * 3.14156
but when I use CCS V6 debug the formula :IQasin,it results :
out1 = -0.3131141663
why?