max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning
class decimal.Underflow Numerical underflow with result rounded to zero. Occurs when a subnormal
copy_decimal(num) Return a copy of the Decimal instance num.
cmath.e The mathematical constant e, as a float.
logb(x) Returns the exponent of the magnitude of the operand’s MSD.
fma(x, y, z) Returns x multiplied by y, plus z.
next_minus(x) Returns the largest representable number smaller than x.
quantize(x, y) Returns a value equal to x (rounded), having the exponent of y.
math.trunc(x) Return the
imag Abstract. Retrieves the imaginary component of this number.
Page 1 of 27