Python3.x decimal
Python 3 系 のdecimalに関する言語リファレンス情報をまとめたカテゴリです。
Clampedクラス
Contextクラス
method
__copy__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_apply
_ignore_all_flags
_ignore_flags
_raise_error
_regard_flags
_set_integer_check
_set_rounding
_set_signal_dict
_shallow_copy
abs
add
canonical
clear_flags
clear_traps
compare
compare_signal
compare_total
compare_total_mag
copy
copy_abs
copy_decimal
copy_negate
copy_sign
create_decimal
create_decimal_from_float
divide
divide_int
divmod
Etiny
Etop
exp
fma
is_canonical
is_finite
is_infinite
is_nan
is_normal
is_qnan
is_signed
is_snan
is_subnormal
is_zero
ln
log10
logb
logical_and
logical_invert
logical_or
logical_xor
max
max_mag
min
min_mag
minus
multiply
next_minus
next_plus
next_toward
normalize
number_class
plus
power
quantize
radix
remainder
remainder_near
rotate
same_quantum
scaleb
shift
sqrt
subtract
to_eng_string
to_integral
to_integral_exact
to_integral_value
to_sci_string
Decimalクラス
method
__abs__
__add__
__bool__
__ceil__
__complex__
__copy__
__deepcopy__
__delattr__
__dir__
__divmod__
__eq__
__float__
__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__
_check_nans
_cmp
_compare_check_nans
_divide
_fill_logical
_fix
_fix_nan
_iseven
_isinfinity
_isinteger
_islogical
_isnan
_ln_exp_bound
_log10_exp_bound
_power_exact
_power_modulo
_rescale
_round
_round_05up
_round_ceiling
_round_down
_round_floor
_round_half_down
_round_half_even
_round_half_up
_round_up
adjusted
as_integer_ratio
as_tuple
canonical
compare
compare_signal
compare_total
compare_total_mag
conjugate
copy_abs
copy_negate
copy_sign
exp
fma
from_float
is_canonical
is_finite
is_infinite
is_nan
is_normal
is_qnan
is_signed
is_snan
is_subnormal
is_zero
ln
log10
logb
logical_and
logical_invert
logical_or
logical_xor
max
max_mag
min
min_mag
next_minus
next_plus
next_toward
normalize
number_class
quantize
radix
remainder_near
rotate
same_quantum
scaleb
shift
sqrt
to_eng_string
to_integral
to_integral_exact
to_integral_value
constant の一覧
__builtins__
__cached__
__doc__
__file__
__libmpdec_version__
__loader__
__name__
__package__
__spec__
__version__
BasicContext
DefaultContext
ExtendedContext
HAVE_CONTEXTVAR
HAVE_THREADS
MAX_EMAX
MAX_PREC
MIN_EMIN
MIN_ETINY
ROUND_05UP
ROUND_CEILING
ROUND_DOWN
ROUND_FLOOR
ROUND_HALF_DOWN
ROUND_HALF_EVEN
ROUND_HALF_UP
ROUND_UP