返回顶部
atan2 函数
语法
float atan2(
y, x
)
参数
y, x
-
浮点型
返回
y/x
的反正切主值,取值范围为 [-180, 180] 度。
说明
atan2
函数用于计算
y/x
的反正切主值,并根据两个自变量的符号确定返回值的象限。
相关内容
acos 函数
asin 函数
atan 函数
cos 函数
sin 函数
tan 函数
有关此主题的反馈?
在本主题中
flist