math.gamma()
  • References/Python/Python/Numeric & Mathematical

math.gamma(x) Return the

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

math.copysign(x, y) Return a float with the magnitude (absolute value) of x but the sign of y. On platforms

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

minus(x) Minus corresponds to the unary prefix minus operator in Python.

2025-01-10 15:47:30
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