decimalfp
Decimal fixed-point arithmetic
Usage
Computations
Class
Decimal
Rounding modes
decimalfp
Docs
»
Index
_
|
A
|
D
|
F
|
G
|
I
|
M
|
N
|
P
|
R
|
S
_
__abs__() (decimalfp.Decimal method)
__add__() (decimalfp.Decimal method)
__ceil__() (decimalfp.Decimal method)
__div__() (decimalfp.Decimal method)
__eq__() (decimalfp.Decimal method)
__floor__() (decimalfp.Decimal method)
__format__() (decimalfp.Decimal method)
__ge__() (decimalfp.Decimal method)
__gt__() (decimalfp.Decimal method)
__hash__() (decimalfp.Decimal method)
__le__() (decimalfp.Decimal method)
__lstr__() (decimalfp.Decimal method)
__lt__() (decimalfp.Decimal method)
__mul__() (decimalfp.Decimal method)
__neg__() (decimalfp.Decimal method)
__pos__() (decimalfp.Decimal method)
__pow__() (decimalfp.Decimal method)
__radd__() (decimalfp.Decimal method)
__rdiv__() (decimalfp.Decimal method)
__repr__() (decimalfp.Decimal method)
__rmul__() (decimalfp.Decimal method)
__round__() (decimalfp.Decimal method)
__rsub__() (decimalfp.Decimal method)
__rtruediv__() (decimalfp.Decimal method)
__str__() (decimalfp.Decimal method)
__sub__() (decimalfp.Decimal method)
__truediv__() (decimalfp.Decimal method)
A
adjusted() (decimalfp.Decimal method)
as_integer_ratio() (decimalfp.Decimal method)
as_tuple() (decimalfp.Decimal method)
D
Decimal (class in decimalfp)
decimalfp (module)
denominator (decimalfp.Decimal attribute)
F
from_decimal() (decimalfp.Decimal class method)
from_float() (decimalfp.Decimal class method)
from_real() (decimalfp.Decimal class method)
G
get_rounding() (in module decimalfp)
I
imag (decimalfp.Decimal attribute)
M
magnitude (decimalfp.Decimal attribute)
N
numerator (decimalfp.Decimal attribute)
P
precision (decimalfp.Decimal attribute)
R
real (decimalfp.Decimal attribute)
S
set_rounding() (in module decimalfp)