decimal.localcontext()
  • References/Python/Python/Numeric & Mathematical

decimal.localcontext(ctx=None) Return a context manager that will set the current context for the active thread to a copy of

2025-01-10 15:47:30
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
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
cmath.asinh()
  • References/Python/Python/Numeric & Mathematical

cmath.asinh(x) Return the inverse hyperbolic sine of x. There are two branch cuts: One extends from 1j

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

random.random() Return the next random floating point number in the range [0.0, 1.0).

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

remainder(x, y) Returns the remainder from integer division. The sign of the result, if non-zero

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

math.sinh(x) Return the hyperbolic sine of x.

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

compare_signal(x, y) Compares the values of the two operands numerically.

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

cmath.isfinite(x) Return True if both the real and imaginary parts of x are finite, and False

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

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

2025-01-10 15:47:30