Python 3.6.5 ドキュメント 検索
Results of 1 - 4 of about 4 for denominator (0.008 sec.)
- 9.5. fractions --- 有理数 — Python 3.6.5 ドキュメント 11872
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
されます。 class fractions. Fraction ( numerator=0 , denominator=1 ) ¶ class fractions. Fraction ( other_fraction )...
raction ( string ) 最初のバージョンは numerator と denominator が numbers.Rational のインスタンスであることを要求...
し、 numerator/denominator の値を持つ新しい Fraction インスタンスを返します。...
denominator が 0 ならば、 ZeroDivisionError を送出します。二番...
- https://man.plustar.jp/python/library/fractions.html - [similar]
- 9.1. numbers --- 数の抽象基底クラス — Python 3.6.5 ドキュメント 10078
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ers. Rational ¶ Real をサブタイプ化し numerator と denominator のプロパティを加えたものです。これらは既約分数のも...
フォルトも提供します。 numerator ¶ 抽象プロパティ。 denominator ¶ 抽象プロパティ。 class numbers. Integral ¶ Ratio...
し int への変換が加わります。 float() , numerator , denominator のデフォルトを提供します。 ** に対する抽象メソッド...
うに実装しています: def __hash__ ( self ): if self . denominator == 1 : # Get integers right. return hash ( self ....
- https://man.plustar.jp/python/library/numbers.html - [similar]
- What's New in Python 2.6 — Python 3.6.5 ドキュメント 7526
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
nal 数は Real からの派生で、プロパティ numerator , denominator を持ち、浮動小数点数への変換が出来ます。Python 2.6...
ラスを提供しています。有理数は分子(numerator)と分母(denominator)で構成される分数としてその値を格納し、浮動小数点数...
- https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 7470
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
as a fraction, in lowest terms and with a positive denominator: >>> Decimal ( '-3.14' ) . as_integer_ratio () (-1...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV
1
NEXT