quantize(exp, rounding=None, context=None) Return a value equal to the first operand after rounding and having the exponent
statistics.median_low(data) Return the low median of numeric data. If data is empty, StatisticsError is
math.tanh(x) Return the hyperbolic tangent of x.
numerator Numerator of the Fraction in lowest term.
next_minus(context=None) Return the largest number representable in the given context (or in the current thread’s context if
statistics.median_high(data) Return the high median of data. If data is empty, StatisticsError is raised
math.ldexp(x, i) Return x * (2**i). This is essentially the inverse of function frexp().
math.erfc(x) Return the complementary error function at x. The
denominator Abstract.
next_plus(context=None) Return the smallest number representable in the given context (or in the current thread’s context if
Page 13 of 27