いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. Python
  4. 3
  5. module
  6. fractions

Python3.x fractions

Python 3 系 のfractionsに関する言語リファレンス情報をまとめたカテゴリです。

Fractionクラス

constant

    _abc_impl
    _denominator
    _from_coprime_ints
    _numerator
    from_decimal
    from_float

property

    denominator
    numerator

method

    __abs__
    __add__
    __bool__
    __ceil__
    __copy__
    __deepcopy__
    __delattr__
    __dir__
    __divmod__
    __eq__
    __floor__
    __floordiv__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __int__
    __le__
    __lt__
    __mod__
    __mul__
    __ne__
    __neg__
    __new__
    __pos__
    __pow__
    __radd__
    __rdivmod__
    __reduce__
    __reduce_ex__
    __repr__
    __rfloordiv__
    __rmod__
    __rmul__
    __round__
    __rpow__
    __rsub__
    __rtruediv__
    __setattr__
    __sizeof__
    __str__
    __sub__
    __subclasshook__
    __truediv__
    __trunc__
    _add
    _div
    _divmod
    _floordiv
    _from_coprime_ints
    _mod
    _mul
    _operator_fallbacks
    _richcmp
    _sub
    as_integer_ratio
    from_decimal
    from_float
    is_integer
    limit_denominator

constant の一覧

    __all__
    __builtins__
    __cached__
    __doc__
    __file__
    __loader__
    __name__
    __package__
    __spec__
    _PyHASH_INF
    _PyHASH_MODULUS
    _RATIONAL_FORMAT

function の一覧

    _FLOAT_FORMAT_SPECIFICATION_MATCHER
    _round_to_exponent
    _round_to_figures
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア