decimal.Decimal.max()
  • References/Python/Python/Numeric & Mathematical

max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning

2025-01-10 15:47:30
decimal.Underflow
  • References/Python/Python/Numeric & Mathematical

class decimal.Underflow Numerical underflow with result rounded to zero. Occurs when a subnormal

2025-01-10 15:47:30
decimal.Context.copy_decimal()
  • References/Python/Python/Numeric & Mathematical

copy_decimal(num) Return a copy of the Decimal instance num.

2025-01-10 15:47:30
cmath.e
  • References/Python/Python/Numeric & Mathematical

cmath.e The mathematical constant e, as a float.

2025-01-10 15:47:30
decimal.Context.logb()
  • References/Python/Python/Numeric & Mathematical

logb(x) Returns the exponent of the magnitude of the operand’s MSD.

2025-01-10 15:47:30
decimal.Context.fma()
  • References/Python/Python/Numeric & Mathematical

fma(x, y, z) Returns x multiplied by y, plus z.

2025-01-10 15:47:30
decimal.Context.next_minus()
  • References/Python/Python/Numeric & Mathematical

next_minus(x) Returns the largest representable number smaller than x.

2025-01-10 15:47:30
decimal.Context.quantize()
  • References/Python/Python/Numeric & Mathematical

quantize(x, y) Returns a value equal to x (rounded), having the exponent of y.

2025-01-10 15:47:30
math.trunc()
  • References/Python/Python/Numeric & Mathematical

math.trunc(x) Return the

2025-01-10 15:47:30
numbers.Complex.imag
  • References/Python/Python/Numeric & Mathematical

imag Abstract. Retrieves the imaginary component of this number.

2025-01-10 15:47:30