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

is_signed() Return

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

divide_int(x, y) Return x divided by y, truncated to an integer.

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

cmath.sqrt(x) Return the square root of x. This has the same branch cut as log().

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

compare_total(other, context=None) Compare two operands using their abstract representation rather than their numerical value

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

quantize(exp, rounding=None, context=None) Return a value equal to the first operand after rounding and having the exponent

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

statistics.median_low(data) Return the low median of numeric data. If data is empty, StatisticsError is

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

math.tanh(x) Return the hyperbolic tangent of x.

2025-01-10 15:47:30
fractions.Fraction.numerator
  • References/Python/Python/Numeric & Mathematical

numerator Numerator of the Fraction in lowest term.

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

next_minus(context=None) Return the largest number representable in the given context (or in the current thread’s context if

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

statistics.median_high(data) Return the high median of data. If data is empty, StatisticsError is raised

2025-01-10 15:47:30