decimal.Context.compare()
  • References/Python/Python/Numeric & Mathematical

compare(x, y) Compares x and y numerically.

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

logical_xor(x, y) Applies the logical operation xor between each operand’s digits.

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

is_canonical(x) Returns True if x is canonical; otherwise returns False.

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

statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.

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

cmath.isinf(x) Return True if either the real or the imaginary part of x is an infinity, and False

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.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
fractions.Fraction.denominator
  • References/Python/Python/Numeric & Mathematical

denominator Denominator of the Fraction in lowest term.

2025-01-10 15:47:30