Python, math.modfで数値の整数部と小数部を同時に取得 | note.nkmk.me

Pythonの数学関数の標準モジュールmathのmodf()関数を使うと、数値の整数部と小数部を同時に取得できる。 math.modf() --- 数学関数 — Python 3.11.3 ドキュメント math.modf()で数値の整数部と小数部を同時に取得 ...