article@endsection summary_large_image@endsection floor < math < モジュール < 標準ライブラリ < 文法 < Python < プログラミング言語 - IT総合Wiki CWiki
2.

floor

編集

Pythoのmathモジュールfloor関数の記事です。

 

【構文】

math.floor(数値)

 

【説明】

引数の数値の小数点以下を切り下げます。

 

【例文】

print(

math.floor(10.5)

);

 

【出力結果】

10

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. ceil
  2. floor