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 以及__atanpuf32 的时候,发现只有输入在-1到1的时候输出值才是正确的,当大于1时,函数输出恒为45度,输入小于-1时,输出恒为-45度。请问这个函数就是只能计算-45度到45度的么?