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

math.ldexp(x, i) Return x * (2**i). This is essentially the inverse of function frexp().

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

math.erfc(x) Return the complementary error function at x. The

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

denominator Abstract.

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

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

2025-01-10 15:47:30