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.

C6416如何进行sin和cos运算?



在c6416开发板上进行三角函数运算。我知道可以去下一个通用的math.h库函数,但是这样的话运行得好慢。然后发现即使不添加math.h库,ccs里边照样能编译通过带有cos()和sin()函数的代码。所以想请问一下,不知道是哪个.lib文件包含了三角函数的运算?(我现在只包括进来两个库,csl6416e.lib和rts6400e.lib)还是说有别的.lib库可以包含三角函数等数学运算?

谢谢!