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.
Hello,
How do I add Trigonometric functions like sin() to my code.
Thank you,
Avinoam,
If --fp_mode=relaxed in project settings (and the TMU is selected in Processor options, which it should be by default for the F28004 device), the TI C2000 compiler will replace inefficient (but more accurate) library trigonometric calls with more efficient (but slightly less accurate) TMU instructions.
Thanks,
Sira