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
相關文章
相關標籤/搜索