y=float(pow(mt.cos(mt.radians(i)),2/3))+float(mt.sin(mt.radians(i)))
mt.radians 将角度转化为弧度mt.sin sin函数mt.cos cos函数pow(x,y) 返回x的y次幂float 转化为浮点数