by shigemk2

当面は技術的なことしか書かない

Python round

組み込みです。roundです。小数点の精度の問題で、きちんと丸まらない可能性はあります。

Return number rounded to ndigits precision after the decimal point. If ndigits is omitted or is None, it returns the nearest integer to its input.

2. 組み込み関数 — Python 3.6.5 ドキュメント

2. Built-in Functions — Python 3.6.7 documentation