to_integral(rounding=None, context=None) Identical to the to_integral_value() method. The to_integral
multiply(x, y) Return the product of x and y.
statistics.mode(data) Return the most common data point from discrete or nominal data. The mode (when it exists) is
class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur
cmath.asinh(x) Return the inverse hyperbolic sine of x. There are two branch cuts: One extends from 1j
cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,
class decimal.BasicContext This is a standard context defined by the General Decimal Arithmetic Specification. Precision is
number_class(x) Returns an indication of the class of x.
class decimal.FloatOperation Enable stricter semantics for mixing floats and Decimals. If the
math.exp(x) Return e**x.
Page 16 of 27