求一个数的余弦。
math.cos(x)复制
math.cos(x)
def test(): ret=math.cos(0.5235987755983) print(ret)复制
def test():
ret=math.cos(0.5235987755983)
print(ret)