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