Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for Fraction (0.021 sec.)
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 7948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 6667 >>> >>> 17 // 3 # floor division discards the fractional part 5 >>> 17 % 3 # the % operator returns the r ... います。 int と float に加え、 Python は Decimal や Fraction などの他の数値型もサポートしています。 Python はビ ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... りました。 (Added by R. David Murray; bpo-1368247 .) Fraction クラスが、コンストラクタの引数として、 1つの float ... ded in bpo-5812 , and float/decimal in bpo-8294 .) fraction と complex 数の間の順序比較演算 ( < , <= , > , >= ... 外を発生させるようになりました。これは過失を修正し、 Fraction を他の数値型とマッチさせます。 新しいクラス: FTP_T ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ers that represent the given Decimal instance as a fraction, in lowest terms and with a positive denominator: ... o-25638 , bpo-25873 , and bpo-25869 .) Creation of fractions.Fraction instances from floats and decimals is no ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 7914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... えば、デフォルトの演算の加算では、要素は Decimal や Fraction を含む、加算ができる型を持ちます。) 入力のイテラブ ...
https://man.plustar.jp/python/library/itertools.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mal オブジェクトは一般に、算術演算で浮動小数点数や fractions.Fraction オブジェクトと組み合わせることができませ ... ath --- 複素数のための数学関数 次のトピックへ 9.5. fractions --- 有理数 ナビゲーション 索引 モジュール | 次へ ...
https://man.plustar.jp/python/library/decimal.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 数値型 int, float, complex ) と標準ライブラリの型 fractions.Fraction および decimal.Decimal は、同じ型や別の型 ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... -24270 .) 新たに関数 gcd() が追加されました。 関数 fractions.gcd() は非推奨です。 (Contributed by Mark Dickins ... ました。 (Contributed by Joe Jevnik in bpo-23910 .) fractions.Fraction のインスタンス化が最高で 30% 速くなりまし ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 NEXT