Skip to content

Commit

Permalink
round関数に丸め誤差が起こらない値を渡すようにした fix #46
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu22e committed Jul 5, 2016
1 parent 58f38ba commit 27b82cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/textbook/2_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Pythonには標準でいくつか関数が提供されています。これを
.. code-block:: python
:caption: 組み込み関数round
>>> round(10.5)
>>> round(10.4)
10
組み込み関数の一覧は、次のドキュメントを参照してください。
Expand Down

0 comments on commit 27b82cd

Please sign in to comment.