求一个数的正切。
math.tan(x)复制
math.tan(x)
def test(): ret=math.tan(0.5235987755983) print(ret)复制
def test():
ret=math.tan(0.5235987755983)
print(ret)