Table of Contents
numbers
math
cmath
decimal
fractions
fractions.Decimal
fractions.Fraction
fractions.Rational
random
itertools
functools
operator
Decimal.
compare
Compares one to another.
-1 => a < b 0 => a = b 1 => a > b NaN => one is NaN Like __cmp__, but returns Decimal instances.