import math
print(math.trunc(3.485))#取整數(shù)
print(math.pow(3,4))#乘方
print(math.pi)
print(math.sqrt(100))#開(kāi)方
print(math.log(10))#e為底,10的自然對(duì)數(shù)
print(math.log(10,3))#e為底,10的自然對(duì)數(shù)
3
81.0
3.141592653589793
10.0
2.302585092994046
2.095903274289385
import math
print(math.fmod(20,3))#取余
print(math.fsum([12,56,3,4]))#迭代器求和
print(math.factorial(5))#階乘
print(math.fabs(-9.23))#取絕對(duì)值
print(math.exp(5))#e(2.71829)的5次方
2.0
75.0
120
9.23
148.4131591025766
import math
print(math.degrees(math.pi/4))#弧度轉(zhuǎn)角度
print(math.tan(math.pi/6))#弧度的正切值
print(math.cos(5))##弧度的余弦值
print(math.floor(9.23))#<=x的大值
print(math.ceil(9.23))#>=x的最小值
45.0
0.5773502691896256
0.2836621854632263
9
10
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。