cos 的参数默认是 以弧度为单位的
math.cos(90/180*math.pi)6.123233995736766e-17math.cos(math.radians(90))6.123233995736766e-17这两种方法都可以