is_signed() Return
divide_int(x, y) Return x divided by y, truncated to an integer.
cmath.sqrt(x) Return the square root of x. This has the same branch cut as log().
compare_total(other, context=None) Compare two operands using their abstract representation rather than their numerical value
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
Page 13 of 27