forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
74a156d8c1
commit
c1c1188799
|
@ -24,5 +24,5 @@ def asincos(sin_value, cos_value):
|
|||
# 第四象限
|
||||
return asin(sin_value)
|
||||
else:
|
||||
# 第三象限
|
||||
|
||||
return 2*np.pi - acos(cos_value)
|
||||
|
|
Loading…
Reference in New Issue