forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
c1c1188799
commit
491444b802
|
@ -21,8 +21,8 @@ def asincos(sin_value, cos_value):
|
|||
return acos(cos_value)
|
||||
else:
|
||||
if cos_value >= 0:
|
||||
# 第四象限
|
||||
|
||||
return asin(sin_value)
|
||||
else:
|
||||
|
||||
|
||||
return 2*np.pi - acos(cos_value)
|
||||
|
|
Loading…
Reference in New Issue