cmath.rect(r, phi) Return the complex number x with polar coordinates r and phi. Equivalent to r
statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile
canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always
scaleb(other, context=None) Return the first operand with exponent adjusted by the second. Equivalently, return the first operand
copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are
math.log2(x) Return the base-2 logarithm of x. This is usually more accurate than log(x, 2).
math.acos(x) Return the arc cosine of x, in radians.
exp(x) Returns e ** x.
minus(x) Minus corresponds to the unary prefix minus operator in Python.
class decimal.Clamped Altered an exponent to fit representation constraints. Typically, clamping
Page 19 of 27