from_float(flt) This class method constructs a Fraction representing the exact value of flt, which must
to_integral(rounding=None, context=None) Identical to the to_integral_value() method. The to_integral
logical_invert(x) Invert all the digits in x.
multiply(x, y) Return the product of x and y.
create_decimal(num) Creates a new Decimal instance from num but using self as context. Unlike the Decimal
rotate(other, context=None) Return the result of rotating the digits of the first operand by an amount specified by the second
max_mag(other, context=None) Similar to the max() method, but the comparison is done using the absolute values
math.ceil(x) Return the ceiling of x, the smallest integer greater than or equal to x. If x is not
random.triangular(low, high, mode) Return a random floating point number N such that low <= N <= high
is_zero() Return
Page 14 of 27