Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 91 for 浮動 (0.092 sec.)
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のは足し算と引き算ができることだけです。よって分数、浮動小数点数、小数も使え、負の値がサポートされています。 ...
https://man.plustar.jp/python/library/collections.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンが指定された場合、クォートされていないフィールドは浮動小数点数に変換されます)。 短い利用例: >>> import csv ...
https://man.plustar.jp/python/library/csv.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と同じ書式で返されます。 ratio ( ) ¶ [0, 1] の範囲の浮動小数点数で、シーケンスの類似度を測る値を返します。 T ...
https://man.plustar.jp/python/library/difflib.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 0 3.5 ... n = start while True : yield n n += step 浮動小数点数でカウントするときは (start + step * i for i ...
https://man.plustar.jp/python/library/itertools.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ckle 化できます: None 、 True 、および False 整数、浮動小数点数、複素数 文字列、バイト列、バイト配列 pickle ...
https://man.plustar.jp/python/library/pickle.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オプションの timeout 引数にはタイムアウトまでの秒数を浮動小数点数で指定します。 timeout 引数が省略された場合、 ...
https://man.plustar.jp/python/library/select.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... からです。スライシングが __int__() を使ったとすれば、浮動小数点数でさえスライスの添え字として使うことが合法に ... が真となっていて、これはつまり os.stat() が時刻の値を浮動小数点数で返すということです。(ただし必ずしも os.sta ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | 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 ドキュメント 5692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... と統合します。それは任意精度で正しい丸めを行う 10 進浮動小数点数算術演算を行います。libmpdec は IBM の「Gene ... ョンで 100 倍まで幅があります。この数字は、 10進数の浮動小数点計算において使われる標準的な精度における期待値 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 5599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 例えば、 int('144') == 144 です。同様に、 float() は浮動小数点に変換します。例えば、 float('144') == 144.0 で ...
https://man.plustar.jp/python/faq/programming.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT