__atan,atan,__atanpuf32,这三个函数有什么区别?
__atan(1.0/0.0);
atan(1.0/0.0);
__atanpuf32(1.0/0.0);
以上计算结果都不一样。TMU的API函数手册有没有?
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.
__atan,atan,__atanpuf32,这三个函数有什么区别?
__atan(1.0/0.0);
atan(1.0/0.0);
__atanpuf32(1.0/0.0);
以上计算结果都不一样。TMU的API函数手册有没有?