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
math.trunc()
  • References/Python/Python/Numeric & Mathematical

math.trunc(x) Return the

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

min_mag(other, context=None) Similar to the min() method, but the comparison is done using the absolute values

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

is_infinite() Return

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

math.pi The mathematical constant π = 3.141592..., to available precision.

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
numbers.Complex.imag
  • References/Python/Python/Numeric & Mathematical

imag Abstract. Retrieves the imaginary component of this number.

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

logical_and(other, context=None) logical_and() is a logical operation which takes two logical operands

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

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

2025-01-10 15:47:30