まぬねこの足跡。。。

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

Python - math.nan:浮動小数点型(非数値)nanの値

概要

nan

  • 浮動小数点型(非数値)Nanの値
  • mathモジュール

インポート

import math

実行結果

import math
print(math.nan)

表示イメージ

nan