Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 89 of about 89 for 小数点 (0.117 sec.)
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 待機する最大秒数を指定できます。 timeout は整数か浮動小数点数をとります。 timeout が指定されないか None の場合、 ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 指定された場合、クォートされていないフィールドは浮動小数点数に変換されます)。 短い利用例: >>> import csv >>> w ...
https://man.plustar.jp/python/library/csv.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 5 ... n = start while True : yield n n += step 浮動小数点数でカウントするときは (start + step * i for i in co ...
https://man.plustar.jp/python/library/itertools.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 化できます: None 、 True 、および False 整数、浮動小数点数、複素数 文字列、バイト列、バイト配列 pickle 化可能 ...
https://man.plustar.jp/python/library/pickle.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ションの timeout 引数にはタイムアウトまでの秒数を浮動小数点数で指定します。 timeout 引数が省略された場合、関数は ...
https://man.plustar.jp/python/library/select.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... いては Wikipedia 参照。---) round(x[, n]) は常に浮動小数点数の結果を返す代わりに、 x.__round__([n]) に処理を委 ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 合します。それは任意精度で正しい丸めを行う 10 進浮動小数点数算術演算を行います。libmpdec は IBM の「General De ... で 100 倍まで幅があります。この数字は、 10進数の浮動小数点計算において使われる標準的な精度における期待値です。 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ば、 int('144') == 144 です。同様に、 float() は浮動小数点に変換します。例えば、 float('144') == 144.0 です。 ...
https://man.plustar.jp/python/faq/programming.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (必須): ソースコードの更新時刻を表す整数または浮動小数点数です。 'size' (任意): バイト数で表したソースコード ...
https://man.plustar.jp/python/library/importlib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT