compare_total(x, y) Compares two operands using their abstract representation.
class decimal.Rounded Rounding occurred though possibly no information was lost. Signaled whenever
math.factorial(x) Return x factorial. Raises
cmath.polar(x) Return the representation of x in polar coordinates. Returns a pair (r, phi) where r
class fractions.Fraction(numerator=0, denominator=1) class fractions.Fraction(other_fraction) class fractions
random.gammavariate(alpha, beta) Gamma distribution. (Not the gamma function!) Conditions on the parameters are alpha
is_subnormal(x) Returns True if x is subnormal; otherwise returns False.
logical_or(x, y) Applies the logical operation or between each operand’s digits.
number_class(context=None) Return a string describing the class of the operand. The returned value is one of the following
class decimal.Context(prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None) Creates
Page 24 of 27