same_quantum(x, y) Returns True if the two operands have the same exponent.
create_decimal_from_float(f) Creates a new Decimal instance from a float f but rounding using self as the
class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur
cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,
math.asinh(x) Return the inverse hyperbolic sine of x.
copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are
class decimal.Clamped Altered an exponent to fit representation constraints. Typically, clamping
math.log2(x) Return the base-2 logarithm of x. This is usually more accurate than log(x, 2).
exp(x) Returns e ** x.
statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile
Page 17 of 27