まぬねこの足跡。。。

備忘録+たのしさ+ひっそりと

Python - math.inf:浮動小数の正の無限大

概要

inf

インポート

import math

実行結果

import math
print(math.inf)

表示イメージ

inf