Python之Math

 函数  说明  实例  math.e  天然常数e  >>> math.e 2.718281828459045  math.pi  圆周率pi  >>> math.pi 3.141592653589793  math.degrees(x)  弧度转度  >>> math.degrees(math.pi) 180.0  math.radians(x)  度转弧度  >>> math.radians
相关文章
相关标签/搜索