This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MATHLIB 3.1 cosinus code

Other Parts Discussed in Thread: MATHLIB, TMS320C6678

Hi all,

I test the MATHLIB 3.1 in my TMS320 and works very well. But when I recopy the code of cossp_i() in VisualStudio (with some variation to be able to compile the code), I have very different result from the TMS.

Here is one example :

x = 1.33763122558593750000
cosinus float MATHLIB in VS :          0.232292786

cosinus float MATHLIB in TMS320: 0.231057972

Why this difference with the same code?

Kind Regards,

David