Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 102 for 演算 (0.353 sec.)
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5745
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1 ) UserId 型の変数についても全ての int についての演算を行うことが出来ます、しかしその結果は常に int 型にな ... 互換として扱います。 つまり、 Any 型の値に対し任意の演算やメソッド呼び出しができ、任意の変数に代入できるとい ...
https://man.plustar.jp/python/library/typing.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5745
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) itertools ¶ itertools モジュールに、 APL の scan 演算子や NumPy の accumulate 関数をモデルにした accumula ... ating subtraction (訳注: 結果を [min, max] に収める演算) を行う既存の -= 演算子に加え、新しく追加された su ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 5745
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... PEP 237: 長整数と整数を一体化していく PEP 238: 除算演算子を変更していく Unicode の変更 PEP 227: 入れ子状のス ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... _DIVISION ¶ このビットを flags にセットすると、除算演算子 / は PEP 238 による「真の除算 (true division)」と ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... なしに安全に評価するのに使えます。この関数は、例えば演算や添え字を含んだ任意の複雑な表現を評価するのには使え ...
https://man.plustar.jp/python/library/ast.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... られた値を記憶し、取り出し、削除することができ、 in 演算子や keys() メソッド、また get() や setdefault() を使 ...
https://man.plustar.jp/python/library/dbm.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プが空の場合、 IndexError が送出されます。 この一息の演算は heappop() に次いで heappush() を送出するよりも効率 ...
https://man.plustar.jp/python/library/heapq.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は、保存するのに unsigned short が使えますが、数学の演算には使えません。 詳しいことは Wikipedia の half-prec ...
https://man.plustar.jp/python/library/struct.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 5706
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... for two' 10.6. 数学 ¶ math モジュールは、浮動小数点演算のための C 言語ライブラリ関数にアクセスする手段を提供 ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 5655
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ジェクトに参加できるようになります。宿題は標準の四則演算機や平均を求めるプログラムに限定されません。標準ライ ...
https://man.plustar.jp/python/faq/general.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT