掃碼下載編程獅APP
W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
math 模塊
Python ?math.inf ?正無窮大的浮點數(shù),負無窮大,使用? -math.inf? 。
math.inf
-math.inf
?math.inf ?相當于? float('inf')? 的輸出。
float('inf')
?math.inf? 常量語法如下:
返回一個浮點數(shù),表示正無窮大。
以下實例返回正無窮大與負無窮大:
# 導(dǎo)入 math 包 import math # 輸出正無窮大 print (math.inf) # 輸出負無窮大 print (-math.inf)
輸出結(jié)果:
inf -inf
更多建議:
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: