class numbers.Number The root of the numeric hierarchy. If you just want to check if an argument x is a number, without
cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,
clear_traps() Resets all of the traps to 0.
statistics.median(data) Return the median (middle value) of numeric data, using the common “mean of middle two” method. If data
class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur
math.pow(x, y) Return x raised to the power y. Exceptional cases follow Annex ‘F’ of the C99 standard
class decimal.Clamped Altered an exponent to fit representation constraints. Typically, clamping
abstractmethod conjugate() Abstract. Returns the complex conjugate. For example, (1+3j).conjugate() == (1-3j).
logical_and(x, y) Applies the logical operation and between each operand’s digits.
number_class(context=None) Return a string describing the class of the operand. The returned value is one of the following
Page 21 of 27