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

same_quantum(x, y) Returns True if the two operands have the same exponent.

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

create_decimal_from_float(f) Creates a new Decimal instance from a float f but rounding using self as the

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

class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur

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

cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,

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

math.asinh(x) Return the inverse hyperbolic sine of x.

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

copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are

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

class decimal.Clamped Altered an exponent to fit representation constraints. Typically, clamping

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

math.log2(x) Return the base-2 logarithm of x. This is usually more accurate than log(x, 2).

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

exp(x) Returns e ** x.

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

statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile

2025-01-10 15:47:30